Html Css Color HEX #C204AE Deep Magenta

📋 copy color: '#C204AE'

red 194 ◦ green 4 ◦ blue 174

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

Shades of Deep Magenta #C204AE

Tints of Deep Magenta #C204AE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.08%

 BLUE value IS 174 (68.36% from 255) = 46.77%

R = 52.15%
G = 1.08%
B = 46.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C204AE (or 0xC204AE) is known color: Deep Magenta. HEX triplet: C2, 04 and AE. RGB value is (194,4,174). Sum of RGB (Red+Green+Blue) = 194+4+174=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 4 (1.95% from 255 or 1.08% from 372); Blue value is 174 (68.36% from 255 or 46.77% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C204AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C204AE is #3DFB51. Grayscale: #4F4F4F. Windows color (decimal): -4062034 or 11404482. OLE color: 11404482.

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

Color convert

RGB 194 4 174 -
CMYK 0 0.98 0.10 0.24
HSL 306.32º 0.96% 0.39% -
HSV(B) 306.32º 0.98% 0.76% -
XYZ 29.93 14.61 41.29 -
YUV 80.19 180.95 209.18 -
System Red Green Blue C M Y K H S L
Decimal 194 4 174 0 0.98 0.10 0.24 306.32 0.96 0.39
Hex C2 4 AE 0 62 A 18 132 60 27
Octal 302 4 256 0 142 12 30 462 140 47
Binary 11000010 100 10101110 0 1100010 1010 11000 100110010 1100000 100111

Color Harmonies of #C204AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C204AE

Black with #C204AE

Text Example


Text Example

White with #C204AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C204AE; }

 p { color: rgb(194,4,174); }

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

background-color css

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

 a { background-color: rgb(194,4,174); }

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

border-color css

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

 span { border-color: rgb(194,4,174); }

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