Shades of Deep Magenta #C00DCF
Tints of Deep Magenta #C00DCF
RGB
CMYK
RGB Variations
Color information
#C00DCF (or 0xC00DCF) is known color: Deep Magenta. HEX triplet: C0, 0D and CF. RGB value is (192,13,207). Sum of RGB (Red+Green+Blue) = 192+13+207=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 13 (5.47% from 255 or 3.16% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #C00DCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00DCF is #3FF230. Grayscale: #585858. Windows color (decimal): -4190769 or 13569472. OLE color: 13569472.
HSL color Cylindrical-coordinate representation of color #C00DCF: hue angle of 295.36º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00DCF is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 13 | 207 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.19 |
| HSL | 295.36º | 0.88% | 0.43% | - |
| HSV(B) | 295.36º | 0.94% | 0.81% | - |
| XYZ | 33.14 | 16 | 60.37 | - |
| YUV | 88.64 | 194.8 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 13 | 207 | 0.07 | 0.94 | 0 | 0.19 | 295.36 | 0.88 | 0.43 |
| Hex | C0 | D | CF | 7 | 5E | 0 | 13 | 127 | 58 | 2B |
| Octal | 300 | 15 | 317 | 7 | 136 | 0 | 23 | 447 | 130 | 53 |
| Binary | 11000000 | 1101 | 11001111 | 111 | 1011110 | 0 | 10011 | 100100111 | 1011000 | 101011 |
Color Harmonies of #C00DCF
Complementary color
Monochromatic Colors of #C00DCF
Black with #C00DCF
Text Example
Text Example
White with #C00DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00DCF; }
p { color: rgb(192,13,207); }
H1.HeaderClassName
{
color: #C00DCF;
}
.AnyTagClassName
{
color: #C00DCF;
}
</style>
background-color css
<style>
a { background-color: #C00DCF; }
a { background-color: rgb(192,13,207); }
div.DivClassName
{
background-color: #C00DCF;
}
.BgClassName
{
background-color: #C00DCF;
}
</style>
border-color css
<style>
span { border-color: #C00DCF; }
span { border-color: rgb(192,13,207); }
td.TdClassName
{
border-color: #C00DCF;
}
.TagClassName
{
border-color: #C00DCF;
}
</style>