Shades of Deep Magenta #C80FE1
Tints of Deep Magenta #C80FE1
RGB
CMYK
RGB Variations
Color information
#C80FE1 (or 0xC80FE1) is known color: Deep Magenta. HEX triplet: C8, 0F and E1. RGB value is (200,15,225). Sum of RGB (Red+Green+Blue) = 200+15+225=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 15 (6.25% from 255 or 3.41% from 440); Blue value is 225 (88.28% from 255 or 51.14% from 440); Max value from RGB is 225 - color contains mainly: blue. Hex color #C80FE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80FE1 is #37F01E. Grayscale: #5D5D5D. Windows color (decimal): -3665951 or 14749640. OLE color: 14749640.
HSL color Cylindrical-coordinate representation of color #C80FE1: hue angle of 292.86º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C80FE1 is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 15 | 225 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.12 |
| HSL | 292.86º | 0.88% | 0.47% | - |
| HSV(B) | 292.86º | 0.93% | 0.88% | - |
| XYZ | 37.58 | 18.06 | 72.74 | - |
| YUV | 94.26 | 201.79 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 15 | 225 | 0.11 | 0.93 | 0 | 0.12 | 292.86 | 0.88 | 0.47 |
| Hex | C8 | F | E1 | B | 5D | 0 | C | 125 | 58 | 2F |
| Octal | 310 | 17 | 341 | 13 | 135 | 0 | 14 | 445 | 130 | 57 |
| Binary | 11001000 | 1111 | 11100001 | 1011 | 1011101 | 0 | 1100 | 100100101 | 1011000 | 101111 |
Color Harmonies of #C80FE1
Complementary color
Monochromatic Colors of #C80FE1
Black with #C80FE1
Text Example
Text Example
White with #C80FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80FE1; }
p { color: rgb(200,15,225); }
H1.HeaderClassName
{
color: #C80FE1;
}
.AnyTagClassName
{
color: #C80FE1;
}
</style>
background-color css
<style>
a { background-color: #C80FE1; }
a { background-color: rgb(200,15,225); }
div.DivClassName
{
background-color: #C80FE1;
}
.BgClassName
{
background-color: #C80FE1;
}
</style>
border-color css
<style>
span { border-color: #C80FE1; }
span { border-color: rgb(200,15,225); }
td.TdClassName
{
border-color: #C80FE1;
}
.TagClassName
{
border-color: #C80FE1;
}
</style>