Shades of Deep Magenta #C801C0
Tints of Deep Magenta #C801C0
RGB
CMYK
RGB Variations
Color information
#C801C0 (or 0xC801C0) is known color: Deep Magenta. HEX triplet: C8, 01 and C0. RGB value is (200,1,192). Sum of RGB (Red+Green+Blue) = 200+1+192=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 1 (0.78% from 255 or 0.25% from 393); Blue value is 192 (75.39% from 255 or 48.85% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C801C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C801C0 is #37FE3F. Grayscale: #515151. Windows color (decimal): -3669568 or 12583368. OLE color: 12583368.
HSL color Cylindrical-coordinate representation of color #C801C0: hue angle of 302.41º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C801C0 is Cyan = 0, Magento = 1.00, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 1 | 192 | - |
| CMYK | 0 | 1.00 | 0.04 | 0.22 |
| HSL | 302.41º | 0.99% | 0.39% | - |
| HSV(B) | 302.41º | 1% | 0.78% | - |
| XYZ | 33.34 | 16.11 | 51.22 | - |
| YUV | 82.28 | 189.93 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 192 | 0 | 1.00 | 0.04 | 0.22 | 302.41 | 0.99 | 0.39 |
| Hex | C8 | 1 | C0 | 0 | 64 | 4 | 16 | 12E | 63 | 27 |
| Octal | 310 | 1 | 300 | 0 | 144 | 4 | 26 | 456 | 143 | 47 |
| Binary | 11001000 | 1 | 11000000 | 0 | 1100100 | 100 | 10110 | 100101110 | 1100011 | 100111 |
Color Harmonies of #C801C0
Complementary color
Monochromatic Colors of #C801C0
Black with #C801C0
Text Example
Text Example
White with #C801C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C801C0; }
p { color: rgb(200,1,192); }
H1.HeaderClassName
{
color: #C801C0;
}
.AnyTagClassName
{
color: #C801C0;
}
</style>
background-color css
<style>
a { background-color: #C801C0; }
a { background-color: rgb(200,1,192); }
div.DivClassName
{
background-color: #C801C0;
}
.BgClassName
{
background-color: #C801C0;
}
</style>
border-color css
<style>
span { border-color: #C801C0; }
span { border-color: rgb(200,1,192); }
td.TdClassName
{
border-color: #C801C0;
}
.TagClassName
{
border-color: #C801C0;
}
</style>