Html Css Color HEX #C40FAC Deep Magenta

📋 copy color: '#C40FAC'

red 196 ◦ green 15 ◦ blue 172

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

Shades of Deep Magenta #C40FAC

Tints of Deep Magenta #C40FAC

RGB

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

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

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

R = 51.17%
G = 3.92%
B = 44.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C40FAC (or 0xC40FAC) is known color: Deep Magenta. HEX triplet: C4, 0F and AC. RGB value is (196,15,172). Sum of RGB (Red+Green+Blue) = 196+15+172=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 15 (6.25% from 255 or 3.92% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C40FAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40FAC is #3BF053. Grayscale: #565656. Windows color (decimal): -3928148 or 11276228. OLE color: 11276228.

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

Color convert

RGB 196 15 172 -
CMYK 0 0.92 0.12 0.23
HSL 307.96º 0.86% 0.41% -
HSV(B) 307.96º 0.92% 0.77% -
XYZ 30.38 15.06 40.33 -
YUV 87.02 175.97 205.73 -
System Red Green Blue C M Y K H S L
Decimal 196 15 172 0 0.92 0.12 0.23 307.96 0.86 0.41
Hex C4 F AC 0 5C C 17 134 56 29
Octal 304 17 254 0 134 14 27 464 126 51
Binary 11000100 1111 10101100 0 1011100 1100 10111 100110100 1010110 101001

Color Harmonies of #C40FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40FAC

Black with #C40FAC

Text Example


Text Example

White with #C40FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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