Shades of Deep Magenta #C801C9
Tints of Deep Magenta #C801C9
RGB
CMYK
RGB Variations
Color information
#C801C9 (or 0xC801C9) is known color: Deep Magenta. HEX triplet: C8, 01 and C9. RGB value is (200,1,201). Sum of RGB (Red+Green+Blue) = 200+1+201=402 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.75% from 402); Green value is 1 (0.78% from 255 or 0.25% from 402); Blue value is 201 (78.91% from 255 or 50% from 402); Max value from RGB is 201 - color contains mainly: blue. Hex color #C801C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C801C9 is #37FE36. Grayscale: #525252. Windows color (decimal): -3669559 or 13173192. OLE color: 13173192.
HSL color Cylindrical-coordinate representation of color #C801C9: hue angle of 299.7º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C801C9 is Cyan = 0.00, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 1 | 201 | - |
| CMYK | 0.00 | 1.00 | 0 | 0.21 |
| HSL | 299.7º | 0.99% | 0.4% | - |
| HSV(B) | 299.7º | 1% | 0.79% | - |
| XYZ | 34.37 | 16.52 | 56.64 | - |
| YUV | 83.3 | 194.43 | 211.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 201 | 0.00 | 1.00 | 0 | 0.21 | 299.7 | 0.99 | 0.4 |
| Hex | C8 | 1 | C9 | 0 | 64 | 0 | 15 | 12C | 63 | 28 |
| Octal | 310 | 1 | 311 | 0 | 144 | 0 | 25 | 454 | 143 | 50 |
| Binary | 11001000 | 1 | 11001001 | 0 | 1100100 | 0 | 10101 | 100101100 | 1100011 | 101000 |
Color Harmonies of #C801C9
Complementary color
Monochromatic Colors of #C801C9
Black with #C801C9
Text Example
Text Example
White with #C801C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C801C9; }
p { color: rgb(200,1,201); }
H1.HeaderClassName
{
color: #C801C9;
}
.AnyTagClassName
{
color: #C801C9;
}
</style>
background-color css
<style>
a { background-color: #C801C9; }
a { background-color: rgb(200,1,201); }
div.DivClassName
{
background-color: #C801C9;
}
.BgClassName
{
background-color: #C801C9;
}
</style>
border-color css
<style>
span { border-color: #C801C9; }
span { border-color: rgb(200,1,201); }
td.TdClassName
{
border-color: #C801C9;
}
.TagClassName
{
border-color: #C801C9;
}
</style>