Html Css Color HEX #C40DAE Deep Magenta

📋 copy color: '#C40DAE'

red 196 ◦ green 13 ◦ blue 174

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

Shades of Deep Magenta #C40DAE

Tints of Deep Magenta #C40DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.43%

R = 51.17%
G = 3.39%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C40DAE (or 0xC40DAE) is known color: Deep Magenta. HEX triplet: C4, 0D and AE. RGB value is (196,13,174). Sum of RGB (Red+Green+Blue) = 196+13+174=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 13 (5.47% from 255 or 3.39% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C40DAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40DAE is #3BF251. Grayscale: #555555. Windows color (decimal): -3928658 or 11406788. OLE color: 11406788.

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

Color convert

RGB 196 13 174 -
CMYK 0 0.93 0.11 0.23
HSL 307.21º 0.88% 0.41% -
HSV(B) 307.21º 0.93% 0.77% -
XYZ 30.55 15.08 41.34 -
YUV 86.07 177.63 206.41 -
System Red Green Blue C M Y K H S L
Decimal 196 13 174 0 0.93 0.11 0.23 307.21 0.88 0.41
Hex C4 D AE 0 5D B 17 133 58 29
Octal 304 15 256 0 135 13 27 463 130 51
Binary 11000100 1101 10101110 0 1011101 1011 10111 100110011 1011000 101001

Color Harmonies of #C40DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40DAE

Black with #C40DAE

Text Example


Text Example

White with #C40DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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