Shades of Deep Magenta #C80FDE
Tints of Deep Magenta #C80FDE
RGB
CMYK
RGB Variations
Color information
#C80FDE (or 0xC80FDE) is known color: Deep Magenta. HEX triplet: C8, 0F and DE. RGB value is (200,15,222). Sum of RGB (Red+Green+Blue) = 200+15+222=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 15 (6.25% from 255 or 3.43% from 437); Blue value is 222 (87.11% from 255 or 50.80% from 437); Max value from RGB is 222 - color contains mainly: blue. Hex color #C80FDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80FDE is #37F021. Grayscale: #5D5D5D. Windows color (decimal): -3665954 or 14553032. OLE color: 14553032.
HSL color Cylindrical-coordinate representation of color #C80FDE: hue angle of 293.62º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C80FDE is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 15 | 222 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.13 |
| HSL | 293.62º | 0.87% | 0.46% | - |
| HSV(B) | 293.62º | 0.93% | 0.87% | - |
| XYZ | 37.18 | 17.89 | 70.6 | - |
| YUV | 93.91 | 200.29 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 15 | 222 | 0.10 | 0.93 | 0 | 0.13 | 293.62 | 0.87 | 0.46 |
| Hex | C8 | F | DE | A | 5D | 0 | D | 126 | 57 | 2E |
| Octal | 310 | 17 | 336 | 12 | 135 | 0 | 15 | 446 | 127 | 56 |
| Binary | 11001000 | 1111 | 11011110 | 1010 | 1011101 | 0 | 1101 | 100100110 | 1010111 | 101110 |
Color Harmonies of #C80FDE
Complementary color
Monochromatic Colors of #C80FDE
Black with #C80FDE
Text Example
Text Example
White with #C80FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80FDE; }
p { color: rgb(200,15,222); }
H1.HeaderClassName
{
color: #C80FDE;
}
.AnyTagClassName
{
color: #C80FDE;
}
</style>
background-color css
<style>
a { background-color: #C80FDE; }
a { background-color: rgb(200,15,222); }
div.DivClassName
{
background-color: #C80FDE;
}
.BgClassName
{
background-color: #C80FDE;
}
</style>
border-color css
<style>
span { border-color: #C80FDE; }
span { border-color: rgb(200,15,222); }
td.TdClassName
{
border-color: #C80FDE;
}
.TagClassName
{
border-color: #C80FDE;
}
</style>