Shades of Deep Magenta #C80CCC
Tints of Deep Magenta #C80CCC
RGB
CMYK
RGB Variations
Color information
#C80CCC (or 0xC80CCC) is known color: Deep Magenta. HEX triplet: C8, 0C and CC. RGB value is (200,12,204). Sum of RGB (Red+Green+Blue) = 200+12+204=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 12 (5.08% from 255 or 2.88% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #C80CCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80CCC is #37F333. Grayscale: #595959. Windows color (decimal): -3666740 or 13372616. OLE color: 13372616.
HSL color Cylindrical-coordinate representation of color #C80CCC: hue angle of 298.75º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80CCC is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 12 | 204 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.2 |
| HSL | 298.75º | 0.89% | 0.42% | - |
| HSV(B) | 298.75º | 0.94% | 0.8% | - |
| XYZ | 34.85 | 16.9 | 58.55 | - |
| YUV | 90.1 | 192.28 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 12 | 204 | 0.02 | 0.94 | 0 | 0.2 | 298.75 | 0.89 | 0.42 |
| Hex | C8 | C | CC | 2 | 5E | 0 | 14 | 12B | 59 | 2A |
| Octal | 310 | 14 | 314 | 2 | 136 | 0 | 24 | 453 | 131 | 52 |
| Binary | 11001000 | 1100 | 11001100 | 10 | 1011110 | 0 | 10100 | 100101011 | 1011001 | 101010 |
Color Harmonies of #C80CCC
Complementary color
Monochromatic Colors of #C80CCC
Black with #C80CCC
Text Example
Text Example
White with #C80CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80CCC; }
p { color: rgb(200,12,204); }
H1.HeaderClassName
{
color: #C80CCC;
}
.AnyTagClassName
{
color: #C80CCC;
}
</style>
background-color css
<style>
a { background-color: #C80CCC; }
a { background-color: rgb(200,12,204); }
div.DivClassName
{
background-color: #C80CCC;
}
.BgClassName
{
background-color: #C80CCC;
}
</style>
border-color css
<style>
span { border-color: #C80CCC; }
span { border-color: rgb(200,12,204); }
td.TdClassName
{
border-color: #C80CCC;
}
.TagClassName
{
border-color: #C80CCC;
}
</style>