Html Css Color HEX #C40CAA Deep Magenta

📋 copy color: '#C40CAA'

red 196 ◦ green 12 ◦ blue 170

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

Shades of Deep Magenta #C40CAA

Tints of Deep Magenta #C40CAA

RGB

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

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

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

R = 51.85%
G = 3.17%
B = 44.97%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C40CAA (or 0xC40CAA) is known color: Deep Magenta. HEX triplet: C4, 0C and AA. RGB value is (196,12,170). Sum of RGB (Red+Green+Blue) = 196+12+170=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 12 (5.08% from 255 or 3.17% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C40CAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40CAA is #3BF355. Grayscale: #545454. Windows color (decimal): -3928918 or 11144388. OLE color: 11144388.

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

Color convert

RGB 196 12 170 -
CMYK 0 0.94 0.13 0.23
HSL 308.48º 0.88% 0.41% -
HSV(B) 308.48º 0.94% 0.77% -
XYZ 30.15 14.9 39.32 -
YUV 85.03 175.96 207.15 -
System Red Green Blue C M Y K H S L
Decimal 196 12 170 0 0.94 0.13 0.23 308.48 0.88 0.41
Hex C4 C AA 0 5E D 17 134 58 29
Octal 304 14 252 0 136 15 27 464 130 51
Binary 11000100 1100 10101010 0 1011110 1101 10111 100110100 1011000 101001

Color Harmonies of #C40CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40CAA

Black with #C40CAA

Text Example


Text Example

White with #C40CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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