Shades of Deep Magenta #C01CCD
Tints of Deep Magenta #C01CCD
RGB
CMYK
RGB Variations
Color information
#C01CCD (or 0xC01CCD) is known color: Deep Magenta. HEX triplet: C0, 1C and CD. RGB value is (192,28,205). Sum of RGB (Red+Green+Blue) = 192+28+205=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 28 (11.33% from 255 or 6.59% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #C01CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01CCD is #3FE332. Grayscale: #606060. Windows color (decimal): -4186931 or 13442240. OLE color: 13442240.
HSL color Cylindrical-coordinate representation of color #C01CCD: hue angle of 295.59º degrees, saturation: 0.76, 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 #C01CCD is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 28 | 205 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.20 |
| HSL | 295.59º | 0.76% | 0.46% | - |
| HSV(B) | 295.59º | 0.86% | 0.8% | - |
| XYZ | 33.17 | 16.44 | 59.18 | - |
| YUV | 97.21 | 188.83 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 28 | 205 | 0.06 | 0.86 | 0 | 0.20 | 295.59 | 0.76 | 0.46 |
| Hex | C0 | 1C | CD | 6 | 56 | 0 | 14 | 128 | 4C | 2E |
| Octal | 300 | 34 | 315 | 6 | 126 | 0 | 24 | 450 | 114 | 56 |
| Binary | 11000000 | 11100 | 11001101 | 110 | 1010110 | 0 | 10100 | 100101000 | 1001100 | 101110 |
Color Harmonies of #C01CCD
Complementary color
Monochromatic Colors of #C01CCD
Black with #C01CCD
Text Example
Text Example
White with #C01CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01CCD; }
p { color: rgb(192,28,205); }
H1.HeaderClassName
{
color: #C01CCD;
}
.AnyTagClassName
{
color: #C01CCD;
}
</style>
background-color css
<style>
a { background-color: #C01CCD; }
a { background-color: rgb(192,28,205); }
div.DivClassName
{
background-color: #C01CCD;
}
.BgClassName
{
background-color: #C01CCD;
}
</style>
border-color css
<style>
span { border-color: #C01CCD; }
span { border-color: rgb(192,28,205); }
td.TdClassName
{
border-color: #C01CCD;
}
.TagClassName
{
border-color: #C01CCD;
}
</style>