Shades of Deep Magenta #C80CCA
Tints of Deep Magenta #C80CCA
RGB
CMYK
RGB Variations
Color information
#C80CCA (or 0xC80CCA) is known color: Deep Magenta. HEX triplet: C8, 0C and CA. RGB value is (200,12,202). Sum of RGB (Red+Green+Blue) = 200+12+202=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 12 (5.08% from 255 or 2.90% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #C80CCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80CCA is #37F335. Grayscale: #595959. Windows color (decimal): -3666742 or 13241544. OLE color: 13241544.
HSL color Cylindrical-coordinate representation of color #C80CCA: hue angle of 299.37º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80CCA is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 12 | 202 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.21 |
| HSL | 299.37º | 0.89% | 0.42% | - |
| HSV(B) | 299.37º | 0.94% | 0.79% | - |
| XYZ | 34.61 | 16.81 | 57.3 | - |
| YUV | 89.87 | 191.28 | 206.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 12 | 202 | 0.01 | 0.94 | 0 | 0.21 | 299.37 | 0.89 | 0.42 |
| Hex | C8 | C | CA | 1 | 5E | 0 | 15 | 12B | 59 | 2A |
| Octal | 310 | 14 | 312 | 1 | 136 | 0 | 25 | 453 | 131 | 52 |
| Binary | 11001000 | 1100 | 11001010 | 1 | 1011110 | 0 | 10101 | 100101011 | 1011001 | 101010 |
Color Harmonies of #C80CCA
Complementary color
Monochromatic Colors of #C80CCA
Black with #C80CCA
Text Example
Text Example
White with #C80CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80CCA; }
p { color: rgb(200,12,202); }
H1.HeaderClassName
{
color: #C80CCA;
}
.AnyTagClassName
{
color: #C80CCA;
}
</style>
background-color css
<style>
a { background-color: #C80CCA; }
a { background-color: rgb(200,12,202); }
div.DivClassName
{
background-color: #C80CCA;
}
.BgClassName
{
background-color: #C80CCA;
}
</style>
border-color css
<style>
span { border-color: #C80CCA; }
span { border-color: rgb(200,12,202); }
td.TdClassName
{
border-color: #C80CCA;
}
.TagClassName
{
border-color: #C80CCA;
}
</style>