Shades of Deep Magenta #C01DCD
Tints of Deep Magenta #C01DCD
RGB
CMYK
RGB Variations
Color information
#C01DCD (or 0xC01DCD) is known color: Deep Magenta. HEX triplet: C0, 1D and CD. RGB value is (192,29,205). Sum of RGB (Red+Green+Blue) = 192+29+205=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 29 (11.72% from 255 or 6.81% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #C01DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01DCD is #3FE232. Grayscale: #616161. Windows color (decimal): -4186675 or 13442496. OLE color: 13442496.
HSL color Cylindrical-coordinate representation of color #C01DCD: hue angle of 295.57º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C01DCD is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 29 | 205 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.20 |
| HSL | 295.57º | 0.75% | 0.46% | - |
| HSV(B) | 295.57º | 0.86% | 0.8% | - |
| XYZ | 33.2 | 16.49 | 59.19 | - |
| YUV | 97.8 | 188.5 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 29 | 205 | 0.06 | 0.86 | 0 | 0.20 | 295.57 | 0.75 | 0.46 |
| Hex | C0 | 1D | CD | 6 | 56 | 0 | 14 | 128 | 4B | 2E |
| Octal | 300 | 35 | 315 | 6 | 126 | 0 | 24 | 450 | 113 | 56 |
| Binary | 11000000 | 11101 | 11001101 | 110 | 1010110 | 0 | 10100 | 100101000 | 1001011 | 101110 |
Color Harmonies of #C01DCD
Complementary color
Monochromatic Colors of #C01DCD
Black with #C01DCD
Text Example
Text Example
White with #C01DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01DCD; }
p { color: rgb(192,29,205); }
H1.HeaderClassName
{
color: #C01DCD;
}
.AnyTagClassName
{
color: #C01DCD;
}
</style>
background-color css
<style>
a { background-color: #C01DCD; }
a { background-color: rgb(192,29,205); }
div.DivClassName
{
background-color: #C01DCD;
}
.BgClassName
{
background-color: #C01DCD;
}
</style>
border-color css
<style>
span { border-color: #C01DCD; }
span { border-color: rgb(192,29,205); }
td.TdClassName
{
border-color: #C01DCD;
}
.TagClassName
{
border-color: #C01DCD;
}
</style>