Shades of Deep Magenta #C000DF
Tints of Deep Magenta #C000DF
RGB
CMYK
RGB Variations
Color information
#C000DF (or 0xC000DF) is known color: Deep Magenta. HEX triplet: C0, 00 and DF. RGB value is (192,0,223). Sum of RGB (Red+Green+Blue) = 192+0+223=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 0 (0.39% from 255 or 0% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #C000DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C000DF is #3FFF20. Grayscale: #525252. Windows color (decimal): -4194081 or 14614720. OLE color: 14614720.
HSL color Cylindrical-coordinate representation of color #C000DF: hue angle of 291.66º 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 #C000DF is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 0 | 223 | - |
| CMYK | 0.14 | 1 | 0 | 0.13 |
| HSL | 291.66º | 1% | 0.44% | - |
| HSV(B) | 291.66º | 1% | 0.87% | - |
| XYZ | 35.06 | 16.53 | 71.16 | - |
| YUV | 82.83 | 207.11 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 223 | 0.14 | 1 | 0 | 0.13 | 291.66 | 1 | 0.44 |
| Hex | C0 | 0 | DF | E | 64 | 0 | D | 124 | 64 | 2C |
| Octal | 300 | 0 | 337 | 16 | 144 | 0 | 15 | 444 | 144 | 54 |
| Binary | 11000000 | 0 | 11011111 | 1110 | 1100100 | 0 | 1101 | 100100100 | 1100100 | 101100 |
Color Harmonies of #C000DF
Complementary color
Monochromatic Colors of #C000DF
Black with #C000DF
Text Example
Text Example
White with #C000DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C000DF; }
p { color: rgb(192,0,223); }
H1.HeaderClassName
{
color: #C000DF;
}
.AnyTagClassName
{
color: #C000DF;
}
</style>
background-color css
<style>
a { background-color: #C000DF; }
a { background-color: rgb(192,0,223); }
div.DivClassName
{
background-color: #C000DF;
}
.BgClassName
{
background-color: #C000DF;
}
</style>
border-color css
<style>
span { border-color: #C000DF; }
span { border-color: rgb(192,0,223); }
td.TdClassName
{
border-color: #C000DF;
}
.TagClassName
{
border-color: #C000DF;
}
</style>