Html Css Color HEX #C40FAE Deep Magenta

📋 copy color: '#C40FAE'

red 196 ◦ green 15 ◦ blue 174

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

Shades of Deep Magenta #C40FAE

Tints of Deep Magenta #C40FAE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.9%

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

R = 50.91%
G = 3.9%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C40FAE (or 0xC40FAE) is known color: Deep Magenta. HEX triplet: C4, 0F and AE. RGB value is (196,15,174). Sum of RGB (Red+Green+Blue) = 196+15+174=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 15 (6.25% from 255 or 3.90% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C40FAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40FAE is #3BF051. Grayscale: #565656. Windows color (decimal): -3928146 or 11407300. OLE color: 11407300.

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

Color convert

RGB 196 15 174 -
CMYK 0 0.92 0.11 0.23
HSL 307.29º 0.86% 0.41% -
HSV(B) 307.29º 0.92% 0.77% -
XYZ 30.58 15.13 41.35 -
YUV 87.25 176.97 205.57 -
System Red Green Blue C M Y K H S L
Decimal 196 15 174 0 0.92 0.11 0.23 307.29 0.86 0.41
Hex C4 F AE 0 5C B 17 133 56 29
Octal 304 17 256 0 134 13 27 463 126 51
Binary 11000100 1111 10101110 0 1011100 1011 10111 100110011 1010110 101001

Color Harmonies of #C40FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40FAE

Black with #C40FAE

Text Example


Text Example

White with #C40FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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