Shades of Deep Magenta #C80FCC
Tints of Deep Magenta #C80FCC
RGB
CMYK
RGB Variations
Color information
#C80FCC (or 0xC80FCC) is known color: Deep Magenta. HEX triplet: C8, 0F and CC. RGB value is (200,15,204). Sum of RGB (Red+Green+Blue) = 200+15+204=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 15 (6.25% from 255 or 3.58% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #C80FCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80FCC is #37F033. Grayscale: #5B5B5B. Windows color (decimal): -3665972 or 13373384. OLE color: 13373384.
HSL color Cylindrical-coordinate representation of color #C80FCC: hue angle of 298.73º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C80FCC is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 15 | 204 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.2 |
| HSL | 298.73º | 0.86% | 0.43% | - |
| HSV(B) | 298.73º | 0.93% | 0.8% | - |
| XYZ | 34.89 | 16.98 | 58.57 | - |
| YUV | 91.86 | 191.29 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 15 | 204 | 0.02 | 0.93 | 0 | 0.2 | 298.73 | 0.86 | 0.43 |
| Hex | C8 | F | CC | 2 | 5D | 0 | 14 | 12B | 56 | 2B |
| Octal | 310 | 17 | 314 | 2 | 135 | 0 | 24 | 453 | 126 | 53 |
| Binary | 11001000 | 1111 | 11001100 | 10 | 1011101 | 0 | 10100 | 100101011 | 1010110 | 101011 |
Color Harmonies of #C80FCC
Complementary color
Monochromatic Colors of #C80FCC
Black with #C80FCC
Text Example
Text Example
White with #C80FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80FCC; }
p { color: rgb(200,15,204); }
H1.HeaderClassName
{
color: #C80FCC;
}
.AnyTagClassName
{
color: #C80FCC;
}
</style>
background-color css
<style>
a { background-color: #C80FCC; }
a { background-color: rgb(200,15,204); }
div.DivClassName
{
background-color: #C80FCC;
}
.BgClassName
{
background-color: #C80FCC;
}
</style>
border-color css
<style>
span { border-color: #C80FCC; }
span { border-color: rgb(200,15,204); }
td.TdClassName
{
border-color: #C80FCC;
}
.TagClassName
{
border-color: #C80FCC;
}
</style>