Shades of Deep Magenta #C800DF
Tints of Deep Magenta #C800DF
RGB
CMYK
RGB Variations
Color information
#C800DF (or 0xC800DF) is known color: Deep Magenta. HEX triplet: C8, 00 and DF. RGB value is (200,0,223). Sum of RGB (Red+Green+Blue) = 200+0+223=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 0 (0.39% from 255 or 0% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #C800DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C800DF is #37FF20. Grayscale: #545454. Windows color (decimal): -3669793 or 14614728. OLE color: 14614728.
HSL color Cylindrical-coordinate representation of color #C800DF: hue angle of 293.81º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C800DF is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 0 | 223 | - |
| CMYK | 0.10 | 1 | 0 | 0.13 |
| HSL | 293.81º | 1% | 0.44% | - |
| HSV(B) | 293.81º | 1% | 0.87% | - |
| XYZ | 37.14 | 17.61 | 71.25 | - |
| YUV | 85.22 | 205.76 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 0 | 223 | 0.10 | 1 | 0 | 0.13 | 293.81 | 1 | 0.44 |
| Hex | C8 | 0 | DF | A | 64 | 0 | D | 126 | 64 | 2C |
| Octal | 310 | 0 | 337 | 12 | 144 | 0 | 15 | 446 | 144 | 54 |
| Binary | 11001000 | 0 | 11011111 | 1010 | 1100100 | 0 | 1101 | 100100110 | 1100100 | 101100 |
Color Harmonies of #C800DF
Complementary color
Monochromatic Colors of #C800DF
Black with #C800DF
Text Example
Text Example
White with #C800DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C800DF; }
p { color: rgb(200,0,223); }
H1.HeaderClassName
{
color: #C800DF;
}
.AnyTagClassName
{
color: #C800DF;
}
</style>
background-color css
<style>
a { background-color: #C800DF; }
a { background-color: rgb(200,0,223); }
div.DivClassName
{
background-color: #C800DF;
}
.BgClassName
{
background-color: #C800DF;
}
</style>
border-color css
<style>
span { border-color: #C800DF; }
span { border-color: rgb(200,0,223); }
td.TdClassName
{
border-color: #C800DF;
}
.TagClassName
{
border-color: #C800DF;
}
</style>