Html Css Color HEX #C20CAF Deep Magenta

📋 copy color: '#C20CAF'

red 194 ◦ green 12 ◦ blue 175

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

Shades of Deep Magenta #C20CAF

Tints of Deep Magenta #C20CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.93%

R = 50.92%
G = 3.15%
B = 45.93%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C20CAF (or 0xC20CAF) is known color: Deep Magenta. HEX triplet: C2, 0C and AF. RGB value is (194,12,175). Sum of RGB (Red+Green+Blue) = 194+12+175=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 12 (5.08% from 255 or 3.15% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C20CAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20CAF is #3DF350. Grayscale: #545454. Windows color (decimal): -4059985 or 11472066. OLE color: 11472066.

HSL color Cylindrical-coordinate representation of color #C20CAF: hue angle of 306.26º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20CAF is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 12 175 -
CMYK 0 0.94 0.10 0.24
HSL 306.26º 0.88% 0.4% -
HSV(B) 306.26º 0.94% 0.76% -
XYZ 30.12 14.83 41.83 -
YUV 85 178.8 205.75 -
System Red Green Blue C M Y K H S L
Decimal 194 12 175 0 0.94 0.10 0.24 306.26 0.88 0.4
Hex C2 C AF 0 5E A 18 132 58 28
Octal 302 14 257 0 136 12 30 462 130 50
Binary 11000010 1100 10101111 0 1011110 1010 11000 100110010 1011000 101000

Color Harmonies of #C20CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20CAF

Black with #C20CAF

Text Example


Text Example

White with #C20CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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