Shades of Deep Magenta #C00CCD
Tints of Deep Magenta #C00CCD
RGB
CMYK
RGB Variations
Color information
#C00CCD (or 0xC00CCD) is known color: Deep Magenta. HEX triplet: C0, 0C and CD. RGB value is (192,12,205). Sum of RGB (Red+Green+Blue) = 192+12+205=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 12 (5.08% from 255 or 2.93% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #C00CCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00CCD is #3FF332. Grayscale: #575757. Windows color (decimal): -4191027 or 13438144. OLE color: 13438144.
HSL color Cylindrical-coordinate representation of color #C00CCD: hue angle of 295.96º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00CCD is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 12 | 205 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.20 |
| HSL | 295.96º | 0.89% | 0.43% | - |
| HSV(B) | 295.96º | 0.94% | 0.8% | - |
| XYZ | 32.89 | 15.88 | 59.09 | - |
| YUV | 87.82 | 194.13 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 12 | 205 | 0.06 | 0.94 | 0 | 0.20 | 295.96 | 0.89 | 0.43 |
| Hex | C0 | C | CD | 6 | 5E | 0 | 14 | 128 | 59 | 2B |
| Octal | 300 | 14 | 315 | 6 | 136 | 0 | 24 | 450 | 131 | 53 |
| Binary | 11000000 | 1100 | 11001101 | 110 | 1011110 | 0 | 10100 | 100101000 | 1011001 | 101011 |
Color Harmonies of #C00CCD
Complementary color
Monochromatic Colors of #C00CCD
Black with #C00CCD
Text Example
Text Example
White with #C00CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00CCD; }
p { color: rgb(192,12,205); }
H1.HeaderClassName
{
color: #C00CCD;
}
.AnyTagClassName
{
color: #C00CCD;
}
</style>
background-color css
<style>
a { background-color: #C00CCD; }
a { background-color: rgb(192,12,205); }
div.DivClassName
{
background-color: #C00CCD;
}
.BgClassName
{
background-color: #C00CCD;
}
</style>
border-color css
<style>
span { border-color: #C00CCD; }
span { border-color: rgb(192,12,205); }
td.TdClassName
{
border-color: #C00CCD;
}
.TagClassName
{
border-color: #C00CCD;
}
</style>