Html Css Color HEX #C40FAF Deep Magenta

📋 copy color: '#C40FAF'

red 196 ◦ green 15 ◦ blue 175

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

Shades of Deep Magenta #C40FAF

Tints of Deep Magenta #C40FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.34%

R = 50.78%
G = 3.89%
B = 45.34%

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

#C40FAF (or 0xC40FAF) is known color: Deep Magenta. HEX triplet: C4, 0F and AF. RGB value is (196,15,175). Sum of RGB (Red+Green+Blue) = 196+15+175=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 15 (6.25% from 255 or 3.89% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C40FAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40FAF is #3BF050. Grayscale: #565656. Windows color (decimal): -3928145 or 11472836. OLE color: 11472836.

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

Color convert

RGB 196 15 175 -
CMYK 0 0.92 0.11 0.23
HSL 306.96º 0.86% 0.41% -
HSV(B) 306.96º 0.92% 0.77% -
XYZ 30.67 15.17 41.87 -
YUV 87.36 177.47 205.49 -
System Red Green Blue C M Y K H S L
Decimal 196 15 175 0 0.92 0.11 0.23 306.96 0.86 0.41
Hex C4 F AF 0 5C B 17 133 56 29
Octal 304 17 257 0 134 13 27 463 126 51
Binary 11000100 1111 10101111 0 1011100 1011 10111 100110011 1010110 101001

Color Harmonies of #C40FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40FAF

Black with #C40FAF

Text Example


Text Example

White with #C40FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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