Html Css Color HEX #C20FDE Deep Magenta

📋 copy color: '#C20FDE'

red 194 ◦ green 15 ◦ blue 222

#C20FDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #C20FDE

Tints of Deep Magenta #C20FDE

RGB

 RED value IS 194 (76.17% from 255) = 45.01%

 GREEN value IS 15 (6.25% from 255) = 3.48%

 BLUE value IS 222 (87.11% from 255) = 51.51%

R = 45.01%
G = 3.48%
B = 51.51%

CMYK

 C value IS 0.13

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C20FDE (or 0xC20FDE) is known color: Deep Magenta. HEX triplet: C2, 0F and DE. RGB value is (194,15,222). Sum of RGB (Red+Green+Blue) = 194+15+222=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 15 (6.25% from 255 or 3.48% from 431); Blue value is 222 (87.11% from 255 or 51.51% from 431); Max value from RGB is 222 - color contains mainly: blue. Hex color #C20FDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20FDE is #3DF021. Grayscale: #5B5B5B. Windows color (decimal): -4059170 or 14553026. OLE color: 14553026.

HSL color Cylindrical-coordinate representation of color #C20FDE: hue angle of 291.88º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C20FDE is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 15 222 -
CMYK 0.13 0.93 0 0.13
HSL 291.88º 0.87% 0.46% -
HSV(B) 291.88º 0.93% 0.87% -
XYZ 35.6 17.08 70.53 -
YUV 92.12 201.3 200.67 -
System Red Green Blue C M Y K H S L
Decimal 194 15 222 0.13 0.93 0 0.13 291.88 0.87 0.46
Hex C2 F DE D 5D 0 D 124 57 2E
Octal 302 17 336 15 135 0 15 444 127 56
Binary 11000010 1111 11011110 1101 1011101 0 1101 100100100 1010111 101110

Color Harmonies of #C20FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20FDE

Black with #C20FDE

Text Example


Text Example

White with #C20FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20FDE; }

 p { color: rgb(194,15,222); }

 H1.HeaderClassName
 {
   color: #C20FDE;
 }
 .AnyTagClassName
 {
   color: #C20FDE;
 }
</style>

background-color css

<style>
 a { background-color: #C20FDE; }

 a { background-color: rgb(194,15,222); }

 div.DivClassName
 {
   background-color: #C20FDE;
 }
 .BgClassName
 {
   background-color: #C20FDE;
 }
</style>

border-color css

<style>
 span { border-color: #C20FDE; }

 span { border-color: rgb(194,15,222); }

 td.TdClassName
 {
   border-color: #C20FDE;
 }
 .TagClassName
 {
   border-color: #C20FDE;
 }
</style>