Shades of Deep Magenta #C800CF
Tints of Deep Magenta #C800CF
RGB
CMYK
RGB Variations
Color information
#C800CF (or 0xC800CF) is known color: Deep Magenta. HEX triplet: C8, 00 and CF. RGB value is (200,0,207). Sum of RGB (Red+Green+Blue) = 200+0+207=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 0 (0.39% from 255 or 0% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #C800CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C800CF is #37FF30. Grayscale: #525252. Windows color (decimal): -3669809 or 13566152. OLE color: 13566152.
HSL color Cylindrical-coordinate representation of color #C800CF: hue angle of 297.97º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C800CF is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 0 | 207 | - |
| CMYK | 0.03 | 1 | 0 | 0.19 |
| HSL | 297.97º | 1% | 0.41% | - |
| HSV(B) | 297.97º | 1% | 0.81% | - |
| XYZ | 35.08 | 16.78 | 60.42 | - |
| YUV | 83.4 | 197.76 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 0 | 207 | 0.03 | 1 | 0 | 0.19 | 297.97 | 1 | 0.41 |
| Hex | C8 | 0 | CF | 3 | 64 | 0 | 13 | 12A | 64 | 29 |
| Octal | 310 | 0 | 317 | 3 | 144 | 0 | 23 | 452 | 144 | 51 |
| Binary | 11001000 | 0 | 11001111 | 11 | 1100100 | 0 | 10011 | 100101010 | 1100100 | 101001 |
Color Harmonies of #C800CF
Complementary color
Monochromatic Colors of #C800CF
Black with #C800CF
Text Example
Text Example
White with #C800CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C800CF; }
p { color: rgb(200,0,207); }
H1.HeaderClassName
{
color: #C800CF;
}
.AnyTagClassName
{
color: #C800CF;
}
</style>
background-color css
<style>
a { background-color: #C800CF; }
a { background-color: rgb(200,0,207); }
div.DivClassName
{
background-color: #C800CF;
}
.BgClassName
{
background-color: #C800CF;
}
</style>
border-color css
<style>
span { border-color: #C800CF; }
span { border-color: rgb(200,0,207); }
td.TdClassName
{
border-color: #C800CF;
}
.TagClassName
{
border-color: #C800CF;
}
</style>