Html Css Color HEX #C40DAC Deep Magenta

📋 copy color: '#C40DAC'

red 196 ◦ green 13 ◦ blue 172

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

Shades of Deep Magenta #C40DAC

Tints of Deep Magenta #C40DAC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.41%

 BLUE value IS 172 (67.58% from 255) = 45.14%

R = 51.44%
G = 3.41%
B = 45.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C40DAC (or 0xC40DAC) is known color: Deep Magenta. HEX triplet: C4, 0D and AC. RGB value is (196,13,172). Sum of RGB (Red+Green+Blue) = 196+13+172=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 13 (5.47% from 255 or 3.41% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C40DAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40DAC is #3BF253. Grayscale: #555555. Windows color (decimal): -3928660 or 11275716. OLE color: 11275716.

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

Color convert

RGB 196 13 172 -
CMYK 0 0.93 0.12 0.23
HSL 307.87º 0.88% 0.41% -
HSV(B) 307.87º 0.93% 0.77% -
XYZ 30.36 15 40.33 -
YUV 85.84 176.63 206.57 -
System Red Green Blue C M Y K H S L
Decimal 196 13 172 0 0.93 0.12 0.23 307.87 0.88 0.41
Hex C4 D AC 0 5D C 17 134 58 29
Octal 304 15 254 0 135 14 27 464 130 51
Binary 11000100 1101 10101100 0 1011101 1100 10111 100110100 1011000 101001

Color Harmonies of #C40DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40DAC

Black with #C40DAC

Text Example


Text Example

White with #C40DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40DAC; }

 p { color: rgb(196,13,172); }

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

background-color css

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

 a { background-color: rgb(196,13,172); }

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

border-color css

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

 span { border-color: rgb(196,13,172); }

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