Html Css Color HEX #C20CC9 Deep Magenta

📋 copy color: '#C20CC9'

red 194 ◦ green 12 ◦ blue 201

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

Shades of Deep Magenta #C20CC9

Tints of Deep Magenta #C20CC9

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.95%

 BLUE value IS 201 (78.91% from 255) = 49.39%

R = 47.67%
G = 2.95%
B = 49.39%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C20CC9 (or 0xC20CC9) is known color: Deep Magenta. HEX triplet: C2, 0C and C9. RGB value is (194,12,201). Sum of RGB (Red+Green+Blue) = 194+12+201=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 12 (5.08% from 255 or 2.95% from 407); Blue value is 201 (78.91% from 255 or 49.39% from 407); Max value from RGB is 201 - color contains mainly: blue. Hex color #C20CC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20CC9 is #3DF336. Grayscale: #575757. Windows color (decimal): -4059959 or 13176002. OLE color: 13176002.

HSL color Cylindrical-coordinate representation of color #C20CC9: hue angle of 297.78º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20CC9 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 194 12 201 -
CMYK 0.03 0.94 0 0.21
HSL 297.78º 0.89% 0.42% -
HSV(B) 297.78º 0.94% 0.79% -
XYZ 32.92 15.95 56.6 -
YUV 87.96 191.8 203.63 -
System Red Green Blue C M Y K H S L
Decimal 194 12 201 0.03 0.94 0 0.21 297.78 0.89 0.42
Hex C2 C C9 3 5E 0 15 12A 59 2A
Octal 302 14 311 3 136 0 25 452 131 52
Binary 11000010 1100 11001001 11 1011110 0 10101 100101010 1011001 101010

Color Harmonies of #C20CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20CC9

Black with #C20CC9

Text Example


Text Example

White with #C20CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20CC9; }

 p { color: rgb(194,12,201); }

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

background-color css

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

 a { background-color: rgb(194,12,201); }

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

border-color css

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

 span { border-color: rgb(194,12,201); }

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