Shades of Deep Magenta #C40CCE
Tints of Deep Magenta #C40CCE
RGB
CMYK
RGB Variations
Color information
#C40CCE (or 0xC40CCE) is known color: Deep Magenta. HEX triplet: C4, 0C and CE. RGB value is (196,12,206). Sum of RGB (Red+Green+Blue) = 196+12+206=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 12 (5.08% from 255 or 2.90% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #C40CCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C40CCE is #3BF331. Grayscale: #585858. Windows color (decimal): -3928882 or 13503684. OLE color: 13503684.
HSL color Cylindrical-coordinate representation of color #C40CCE: hue angle of 296.91º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40CCE is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 12 | 206 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.19 |
| HSL | 296.91º | 0.89% | 0.43% | - |
| HSV(B) | 296.91º | 0.94% | 0.81% | - |
| XYZ | 34.04 | 16.45 | 59.77 | - |
| YUV | 89.13 | 193.96 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 12 | 206 | 0.05 | 0.94 | 0 | 0.19 | 296.91 | 0.89 | 0.43 |
| Hex | C4 | C | CE | 5 | 5E | 0 | 13 | 129 | 59 | 2B |
| Octal | 304 | 14 | 316 | 5 | 136 | 0 | 23 | 451 | 131 | 53 |
| Binary | 11000100 | 1100 | 11001110 | 101 | 1011110 | 0 | 10011 | 100101001 | 1011001 | 101011 |
Color Harmonies of #C40CCE
Complementary color
Monochromatic Colors of #C40CCE
Black with #C40CCE
Text Example
Text Example
White with #C40CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40CCE; }
p { color: rgb(196,12,206); }
H1.HeaderClassName
{
color: #C40CCE;
}
.AnyTagClassName
{
color: #C40CCE;
}
</style>
background-color css
<style>
a { background-color: #C40CCE; }
a { background-color: rgb(196,12,206); }
div.DivClassName
{
background-color: #C40CCE;
}
.BgClassName
{
background-color: #C40CCE;
}
</style>
border-color css
<style>
span { border-color: #C40CCE; }
span { border-color: rgb(196,12,206); }
td.TdClassName
{
border-color: #C40CCE;
}
.TagClassName
{
border-color: #C40CCE;
}
</style>