Shades of Deep Magenta #C000CD
Tints of Deep Magenta #C000CD
RGB
CMYK
RGB Variations
Color information
#C000CD (or 0xC000CD) is known color: Deep Magenta. HEX triplet: C0, 00 and CD. RGB value is (192,0,205). Sum of RGB (Red+Green+Blue) = 192+0+205=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 0 (0.39% from 255 or 0% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #C000CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C000CD is #3FFF32. Grayscale: #505050. Windows color (decimal): -4194099 or 13435072. OLE color: 13435072.
HSL color Cylindrical-coordinate representation of color #C000CD: hue angle of 296.2º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C000CD is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 0 | 205 | - |
| CMYK | 0.06 | 1 | 0 | 0.20 |
| HSL | 296.2º | 1% | 0.4% | - |
| HSV(B) | 296.2º | 1% | 0.8% | - |
| XYZ | 32.76 | 15.61 | 59.04 | - |
| YUV | 80.78 | 198.11 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 205 | 0.06 | 1 | 0 | 0.20 | 296.2 | 1 | 0.4 |
| Hex | C0 | 0 | CD | 6 | 64 | 0 | 14 | 128 | 64 | 28 |
| Octal | 300 | 0 | 315 | 6 | 144 | 0 | 24 | 450 | 144 | 50 |
| Binary | 11000000 | 0 | 11001101 | 110 | 1100100 | 0 | 10100 | 100101000 | 1100100 | 101000 |
Color Harmonies of #C000CD
Complementary color
Monochromatic Colors of #C000CD
Black with #C000CD
Text Example
Text Example
White with #C000CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C000CD; }
p { color: rgb(192,0,205); }
H1.HeaderClassName
{
color: #C000CD;
}
.AnyTagClassName
{
color: #C000CD;
}
</style>
background-color css
<style>
a { background-color: #C000CD; }
a { background-color: rgb(192,0,205); }
div.DivClassName
{
background-color: #C000CD;
}
.BgClassName
{
background-color: #C000CD;
}
</style>
border-color css
<style>
span { border-color: #C000CD; }
span { border-color: rgb(192,0,205); }
td.TdClassName
{
border-color: #C000CD;
}
.TagClassName
{
border-color: #C000CD;
}
</style>