#C40CB6

Color #C40CB6 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C40CB6

Tints of Deep Magenta #C40CB6

Color information

#C40CB6 (or 0xC40CB6) is unknown color: approx Deep Magenta. HEX triplet: C4, 0C and B6. RGB value is (196,12,182). Sum of RGB (Red+Green+Blue) = 196+12+182=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 12 (5.08% from 255 or 3.08% from 390); Blue value is 182 (71.48% from 255 or 46.67% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C40CB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40CB6 is #3BF349. Grayscale: #555555. Windows color (decimal): -3928906 or 11930820. OLE color: 11930820.

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

Color convert

RGB19612182-
CMYK00.940.070.23
HSL304.57º88.46%40.78%-
HSV(B)304.57º93.88%76.86%-
XYZ31.3415.3845.57-
YUV86.4181.96206.18-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.26%
GREEN value IS 12 (5.08% from 255) = 3.08%
BLUE value IS 182 (71.48% from 255) = 46.67%
R=50.26%
G=3.08%
B=46.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961218200.940.070.23304.5788.4640.78
HexC4CB605E7171315829
Octal30414266013672746113051
Binary1100010011001011011001011110111101111001100011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40CB6; }

 p { color: rgb(196,12,182); }

 H1.HeaderClassName
 {
   color: #C40CB6;
 }
 .AnyTagClassName
 {
   color: #C40CB6;
 }
</style>
background-color css

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

 a { background-color: rgb(196,12,182); }

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

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

 span { border-color: rgb(196,12,182); }

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