Shades of Deep Magenta #C01DCF
Tints of Deep Magenta #C01DCF
RGB
CMYK
RGB Variations
Color information
#C01DCF (or 0xC01DCF) is known color: Deep Magenta. HEX triplet: C0, 1D and CF. RGB value is (192,29,207). Sum of RGB (Red+Green+Blue) = 192+29+207=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 29 (11.72% from 255 or 6.78% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #C01DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01DCF is #3FE230. Grayscale: #616161. Windows color (decimal): -4186673 or 13573568. OLE color: 13573568.
HSL color Cylindrical-coordinate representation of color #C01DCF: hue angle of 294.94º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C01DCF is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 29 | 207 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.19 |
| HSL | 294.94º | 0.75% | 0.46% | - |
| HSV(B) | 294.94º | 0.86% | 0.81% | - |
| XYZ | 33.44 | 16.59 | 60.47 | - |
| YUV | 98.03 | 189.5 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 29 | 207 | 0.07 | 0.86 | 0 | 0.19 | 294.94 | 0.75 | 0.46 |
| Hex | C0 | 1D | CF | 7 | 56 | 0 | 13 | 127 | 4B | 2E |
| Octal | 300 | 35 | 317 | 7 | 126 | 0 | 23 | 447 | 113 | 56 |
| Binary | 11000000 | 11101 | 11001111 | 111 | 1010110 | 0 | 10011 | 100100111 | 1001011 | 101110 |
Color Harmonies of #C01DCF
Complementary color
Monochromatic Colors of #C01DCF
Black with #C01DCF
Text Example
Text Example
White with #C01DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01DCF; }
p { color: rgb(192,29,207); }
H1.HeaderClassName
{
color: #C01DCF;
}
.AnyTagClassName
{
color: #C01DCF;
}
</style>
background-color css
<style>
a { background-color: #C01DCF; }
a { background-color: rgb(192,29,207); }
div.DivClassName
{
background-color: #C01DCF;
}
.BgClassName
{
background-color: #C01DCF;
}
</style>
border-color css
<style>
span { border-color: #C01DCF; }
span { border-color: rgb(192,29,207); }
td.TdClassName
{
border-color: #C01DCF;
}
.TagClassName
{
border-color: #C01DCF;
}
</style>