Html Css Color HEX #C400AA Deep Magenta

📋 copy color: '#C400AA'

red 196 ◦ green 0 ◦ blue 170

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

Shades of Deep Magenta #C400AA

Tints of Deep Magenta #C400AA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.55%
G = 0%
B = 46.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C400AA (or 0xC400AA) is known color: Deep Magenta. HEX triplet: C4, 00 and AA. RGB value is (196,0,170). Sum of RGB (Red+Green+Blue) = 196+0+170=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 0 (0.39% from 255 or 0% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C400AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C400AA is #3BFF55. Grayscale: #4D4D4D. Windows color (decimal): -3931990 or 11141316. OLE color: 11141316.

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

Color convert

RGB 196 0 170 -
CMYK 0 1 0.13 0.23
HSL 307.96º 1% 0.38% -
HSV(B) 307.96º 1% 0.77% -
XYZ 30.02 14.64 39.27 -
YUV 77.98 179.93 212.18 -
System Red Green Blue C M Y K H S L
Decimal 196 0 170 0 1 0.13 0.23 307.96 1 0.38
Hex C4 0 AA 0 64 D 17 134 64 26
Octal 304 0 252 0 144 15 27 464 144 46
Binary 11000100 0 10101010 0 1100100 1101 10111 100110100 1100100 100110

Color Harmonies of #C400AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C400AA

Black with #C400AA

Text Example


Text Example

White with #C400AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C400AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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