Shades of Deep Magenta #C80FDC
Tints of Deep Magenta #C80FDC
RGB
CMYK
RGB Variations
Color information
#C80FDC (or 0xC80FDC) is known color: Deep Magenta. HEX triplet: C8, 0F and DC. RGB value is (200,15,220). Sum of RGB (Red+Green+Blue) = 200+15+220=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 15 (6.25% from 255 or 3.45% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #C80FDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80FDC is #37F023. Grayscale: #5D5D5D. Windows color (decimal): -3665956 or 14421960. OLE color: 14421960.
HSL color Cylindrical-coordinate representation of color #C80FDC: hue angle of 294.15º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C80FDC is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 15 | 220 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.14 |
| HSL | 294.15º | 0.87% | 0.46% | - |
| HSV(B) | 294.15º | 0.93% | 0.86% | - |
| XYZ | 36.91 | 17.79 | 69.2 | - |
| YUV | 93.69 | 199.29 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 15 | 220 | 0.09 | 0.93 | 0 | 0.14 | 294.15 | 0.87 | 0.46 |
| Hex | C8 | F | DC | 9 | 5D | 0 | E | 126 | 57 | 2E |
| Octal | 310 | 17 | 334 | 11 | 135 | 0 | 16 | 446 | 127 | 56 |
| Binary | 11001000 | 1111 | 11011100 | 1001 | 1011101 | 0 | 1110 | 100100110 | 1010111 | 101110 |
Color Harmonies of #C80FDC
Complementary color
Monochromatic Colors of #C80FDC
Black with #C80FDC
Text Example
Text Example
White with #C80FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80FDC; }
p { color: rgb(200,15,220); }
H1.HeaderClassName
{
color: #C80FDC;
}
.AnyTagClassName
{
color: #C80FDC;
}
</style>
background-color css
<style>
a { background-color: #C80FDC; }
a { background-color: rgb(200,15,220); }
div.DivClassName
{
background-color: #C80FDC;
}
.BgClassName
{
background-color: #C80FDC;
}
</style>
border-color css
<style>
span { border-color: #C80FDC; }
span { border-color: rgb(200,15,220); }
td.TdClassName
{
border-color: #C80FDC;
}
.TagClassName
{
border-color: #C80FDC;
}
</style>