Shades of Deep Magenta #C40CB8
Tints of Deep Magenta #C40CB8
RGB
CMYK
RGB Variations
Color information
#C40CB8 (or 0xC40CB8) is known color: Deep Magenta. HEX triplet: C4, 0C and B8. RGB value is (196,12,184). Sum of RGB (Red+Green+Blue) = 196+12+184=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 12 (5.08% from 255 or 3.06% from 392); Blue value is 184 (72.27% from 255 or 46.94% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C40CB8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40CB8 is #3BF347. Grayscale: #565656. Windows color (decimal): -3928904 or 12061892. OLE color: 12061892.
HSL color Cylindrical-coordinate representation of color #C40CB8: hue angle of 303.91º 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 #C40CB8 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 12 | 184 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.23 |
| HSL | 303.91º | 0.88% | 0.41% | - |
| HSV(B) | 303.91º | 0.94% | 0.77% | - |
| XYZ | 31.55 | 15.46 | 46.67 | - |
| YUV | 86.62 | 182.96 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 12 | 184 | 0 | 0.94 | 0.06 | 0.23 | 303.91 | 0.88 | 0.41 |
| Hex | C4 | C | B8 | 0 | 5E | 6 | 17 | 130 | 58 | 29 |
| Octal | 304 | 14 | 270 | 0 | 136 | 6 | 27 | 460 | 130 | 51 |
| Binary | 11000100 | 1100 | 10111000 | 0 | 1011110 | 110 | 10111 | 100110000 | 1011000 | 101001 |
Color Harmonies of #C40CB8
Complementary color
Monochromatic Colors of #C40CB8
Black with #C40CB8
Text Example
Text Example
White with #C40CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40CB8; }
p { color: rgb(196,12,184); }
H1.HeaderClassName
{
color: #C40CB8;
}
.AnyTagClassName
{
color: #C40CB8;
}
</style>
background-color css
<style>
a { background-color: #C40CB8; }
a { background-color: rgb(196,12,184); }
div.DivClassName
{
background-color: #C40CB8;
}
.BgClassName
{
background-color: #C40CB8;
}
</style>
border-color css
<style>
span { border-color: #C40CB8; }
span { border-color: rgb(196,12,184); }
td.TdClassName
{
border-color: #C40CB8;
}
.TagClassName
{
border-color: #C40CB8;
}
</style>