Shades of Deep Magenta #C801CE
Tints of Deep Magenta #C801CE
RGB
CMYK
RGB Variations
Color information
#C801CE (or 0xC801CE) is known color: Deep Magenta. HEX triplet: C8, 01 and CE. RGB value is (200,1,206). Sum of RGB (Red+Green+Blue) = 200+1+206=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 1 (0.78% from 255 or 0.25% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #C801CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C801CE is #37FE31. Grayscale: #535353. Windows color (decimal): -3669554 or 13500872. OLE color: 13500872.
HSL color Cylindrical-coordinate representation of color #C801CE: hue angle of 298.24º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C801CE is Cyan = 0.03, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 1 | 206 | - |
| CMYK | 0.03 | 1.00 | 0 | 0.19 |
| HSL | 298.24º | 0.99% | 0.41% | - |
| HSV(B) | 298.24º | 1% | 0.81% | - |
| XYZ | 34.97 | 16.76 | 59.78 | - |
| YUV | 83.87 | 196.93 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 206 | 0.03 | 1.00 | 0 | 0.19 | 298.24 | 0.99 | 0.41 |
| Hex | C8 | 1 | CE | 3 | 64 | 0 | 13 | 12A | 63 | 29 |
| Octal | 310 | 1 | 316 | 3 | 144 | 0 | 23 | 452 | 143 | 51 |
| Binary | 11001000 | 1 | 11001110 | 11 | 1100100 | 0 | 10011 | 100101010 | 1100011 | 101001 |
Color Harmonies of #C801CE
Complementary color
Monochromatic Colors of #C801CE
Black with #C801CE
Text Example
Text Example
White with #C801CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C801CE; }
p { color: rgb(200,1,206); }
H1.HeaderClassName
{
color: #C801CE;
}
.AnyTagClassName
{
color: #C801CE;
}
</style>
background-color css
<style>
a { background-color: #C801CE; }
a { background-color: rgb(200,1,206); }
div.DivClassName
{
background-color: #C801CE;
}
.BgClassName
{
background-color: #C801CE;
}
</style>
border-color css
<style>
span { border-color: #C801CE; }
span { border-color: rgb(200,1,206); }
td.TdClassName
{
border-color: #C801CE;
}
.TagClassName
{
border-color: #C801CE;
}
</style>