Shades of Deep Magenta #C00CDF
Tints of Deep Magenta #C00CDF
RGB
CMYK
RGB Variations
Color information
#C00CDF (or 0xC00CDF) is known color: Deep Magenta. HEX triplet: C0, 0C and DF. RGB value is (192,12,223). Sum of RGB (Red+Green+Blue) = 192+12+223=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 12 (5.08% from 255 or 2.81% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #C00CDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00CDF is #3FF320. Grayscale: #595959. Windows color (decimal): -4191009 or 14617792. OLE color: 14617792.
HSL color Cylindrical-coordinate representation of color #C00CDF: hue angle of 291.18º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00CDF is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 12 | 223 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.13 |
| HSL | 291.18º | 0.9% | 0.46% | - |
| HSV(B) | 291.18º | 0.95% | 0.87% | - |
| XYZ | 35.19 | 16.8 | 71.2 | - |
| YUV | 89.87 | 203.13 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 12 | 223 | 0.14 | 0.95 | 0 | 0.13 | 291.18 | 0.9 | 0.46 |
| Hex | C0 | C | DF | E | 5F | 0 | D | 123 | 5A | 2E |
| Octal | 300 | 14 | 337 | 16 | 137 | 0 | 15 | 443 | 132 | 56 |
| Binary | 11000000 | 1100 | 11011111 | 1110 | 1011111 | 0 | 1101 | 100100011 | 1011010 | 101110 |
Color Harmonies of #C00CDF
Complementary color
Monochromatic Colors of #C00CDF
Black with #C00CDF
Text Example
Text Example
White with #C00CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00CDF; }
p { color: rgb(192,12,223); }
H1.HeaderClassName
{
color: #C00CDF;
}
.AnyTagClassName
{
color: #C00CDF;
}
</style>
background-color css
<style>
a { background-color: #C00CDF; }
a { background-color: rgb(192,12,223); }
div.DivClassName
{
background-color: #C00CDF;
}
.BgClassName
{
background-color: #C00CDF;
}
</style>
border-color css
<style>
span { border-color: #C00CDF; }
span { border-color: rgb(192,12,223); }
td.TdClassName
{
border-color: #C00CDF;
}
.TagClassName
{
border-color: #C00CDF;
}
</style>