Shades of Deep Magenta #C00FCD
Tints of Deep Magenta #C00FCD
RGB
CMYK
RGB Variations
Color information
#C00FCD (or 0xC00FCD) is known color: Deep Magenta. HEX triplet: C0, 0F and CD. RGB value is (192,15,205). Sum of RGB (Red+Green+Blue) = 192+15+205=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 15 (6.25% from 255 or 3.64% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #C00FCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00FCD is #3FF032. Grayscale: #585858. Windows color (decimal): -4190259 or 13438912. OLE color: 13438912.
HSL color Cylindrical-coordinate representation of color #C00FCD: hue angle of 295.89º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00FCD is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 15 | 205 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.20 |
| HSL | 295.89º | 0.86% | 0.43% | - |
| HSV(B) | 295.89º | 0.93% | 0.8% | - |
| XYZ | 32.93 | 15.96 | 59.1 | - |
| YUV | 89.58 | 193.14 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 15 | 205 | 0.06 | 0.93 | 0 | 0.20 | 295.89 | 0.86 | 0.43 |
| Hex | C0 | F | CD | 6 | 5D | 0 | 14 | 128 | 56 | 2B |
| Octal | 300 | 17 | 315 | 6 | 135 | 0 | 24 | 450 | 126 | 53 |
| Binary | 11000000 | 1111 | 11001101 | 110 | 1011101 | 0 | 10100 | 100101000 | 1010110 | 101011 |
Color Harmonies of #C00FCD
Complementary color
Monochromatic Colors of #C00FCD
Black with #C00FCD
Text Example
Text Example
White with #C00FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00FCD; }
p { color: rgb(192,15,205); }
H1.HeaderClassName
{
color: #C00FCD;
}
.AnyTagClassName
{
color: #C00FCD;
}
</style>
background-color css
<style>
a { background-color: #C00FCD; }
a { background-color: rgb(192,15,205); }
div.DivClassName
{
background-color: #C00FCD;
}
.BgClassName
{
background-color: #C00FCD;
}
</style>
border-color css
<style>
span { border-color: #C00FCD; }
span { border-color: rgb(192,15,205); }
td.TdClassName
{
border-color: #C00FCD;
}
.TagClassName
{
border-color: #C00FCD;
}
</style>