Html Css Color HEX #C40DAB Deep Magenta

📋 copy color: '#C40DAB'

red 196 ◦ green 13 ◦ blue 171

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

Shades of Deep Magenta #C40DAB

Tints of Deep Magenta #C40DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45%

R = 51.58%
G = 3.42%
B = 45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C40DAB (or 0xC40DAB) is known color: Deep Magenta. HEX triplet: C4, 0D and AB. RGB value is (196,13,171). Sum of RGB (Red+Green+Blue) = 196+13+171=380 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.58% from 380); Green value is 13 (5.47% from 255 or 3.42% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 196 - color contains mainly: red. Hex color #C40DAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40DAB is #3BF254. Grayscale: #555555. Windows color (decimal): -3928661 or 11210180. OLE color: 11210180.

HSL color Cylindrical-coordinate representation of color #C40DAB: hue angle of 308.2º 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 #C40DAB is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 13 171 -
CMYK 0 0.93 0.13 0.23
HSL 308.2º 0.88% 0.41% -
HSV(B) 308.2º 0.93% 0.77% -
XYZ 30.26 14.96 39.82 -
YUV 85.73 176.13 206.65 -
System Red Green Blue C M Y K H S L
Decimal 196 13 171 0 0.93 0.13 0.23 308.2 0.88 0.41
Hex C4 D AB 0 5D D 17 134 58 29
Octal 304 15 253 0 135 15 27 464 130 51
Binary 11000100 1101 10101011 0 1011101 1101 10111 100110100 1011000 101001

Color Harmonies of #C40DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40DAB

Black with #C40DAB

Text Example


Text Example

White with #C40DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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