Html Css Color HEX #C404AA Deep Magenta

📋 copy color: '#C404AA'

red 196 ◦ green 4 ◦ blue 170

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

Shades of Deep Magenta #C404AA

Tints of Deep Magenta #C404AA

RGB

 RED value IS 196 (76.95% from 255) = 52.97%

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

 BLUE value IS 170 (66.8% from 255) = 45.95%

R = 52.97%
G = 1.08%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C404AA (or 0xC404AA) is known color: Deep Magenta. HEX triplet: C4, 04 and AA. RGB value is (196,4,170). Sum of RGB (Red+Green+Blue) = 196+4+170=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 4 (1.95% from 255 or 1.08% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C404AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C404AA is #3BFB55. Grayscale: #4F4F4F. Windows color (decimal): -3930966 or 11142340. OLE color: 11142340.

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

Color convert

RGB 196 4 170 -
CMYK 0 0.98 0.13 0.23
HSL 308.13º 0.96% 0.39% -
HSV(B) 308.13º 0.98% 0.77% -
XYZ 30.06 14.72 39.29 -
YUV 80.33 178.61 210.5 -
System Red Green Blue C M Y K H S L
Decimal 196 4 170 0 0.98 0.13 0.23 308.13 0.96 0.39
Hex C4 4 AA 0 62 D 17 134 60 27
Octal 304 4 252 0 142 15 27 464 140 47
Binary 11000100 100 10101010 0 1100010 1101 10111 100110100 1100000 100111

Color Harmonies of #C404AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C404AA

Black with #C404AA

Text Example


Text Example

White with #C404AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C404AA; }

 p { color: rgb(196,4,170); }

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

background-color css

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

 a { background-color: rgb(196,4,170); }

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

border-color css

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

 span { border-color: rgb(196,4,170); }

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