Html Css Color HEX #C004AE Deep Magenta

📋 copy color: '#C004AE'

red 192 ◦ green 4 ◦ blue 174

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

Shades of Deep Magenta #C004AE

Tints of Deep Magenta #C004AE

RGB

 RED value IS 192 (75.39% from 255) = 51.89%

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

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

R = 51.89%
G = 1.08%
B = 47.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C004AE (or 0xC004AE) is known color: Deep Magenta. HEX triplet: C0, 04 and AE. RGB value is (192,4,174). Sum of RGB (Red+Green+Blue) = 192+4+174=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 4 (1.95% from 255 or 1.08% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C004AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C004AE is #3FFB51. Grayscale: #4F4F4F. Windows color (decimal): -4193106 or 11404480. OLE color: 11404480.

HSL color Cylindrical-coordinate representation of color #C004AE: hue angle of 305.74º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C004AE is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 4 174 -
CMYK 0 0.98 0.09 0.25
HSL 305.74º 0.96% 0.38% -
HSV(B) 305.74º 0.98% 0.75% -
XYZ 29.42 14.35 41.26 -
YUV 79.59 181.28 208.18 -
System Red Green Blue C M Y K H S L
Decimal 192 4 174 0 0.98 0.09 0.25 305.74 0.96 0.38
Hex C0 4 AE 0 62 9 19 132 60 26
Octal 300 4 256 0 142 11 31 462 140 46
Binary 11000000 100 10101110 0 1100010 1001 11001 100110010 1100000 100110

Color Harmonies of #C004AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C004AE

Black with #C004AE

Text Example


Text Example

White with #C004AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C004AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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