Shades of Deep Magenta #C00FDC
Tints of Deep Magenta #C00FDC
RGB
CMYK
RGB Variations
Color information
#C00FDC (or 0xC00FDC) is known color: Deep Magenta. HEX triplet: C0, 0F and DC. RGB value is (192,15,220). Sum of RGB (Red+Green+Blue) = 192+15+220=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 15 (6.25% from 255 or 3.51% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #C00FDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00FDC is #3FF023. Grayscale: #5A5A5A. Windows color (decimal): -4190244 or 14421952. OLE color: 14421952.
HSL color Cylindrical-coordinate representation of color #C00FDC: hue angle of 291.8º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00FDC is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 15 | 220 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.14 |
| HSL | 291.8º | 0.87% | 0.46% | - |
| HSV(B) | 291.8º | 0.93% | 0.86% | - |
| XYZ | 34.83 | 16.72 | 69.1 | - |
| YUV | 91.29 | 200.64 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 15 | 220 | 0.13 | 0.93 | 0 | 0.14 | 291.8 | 0.87 | 0.46 |
| Hex | C0 | F | DC | D | 5D | 0 | E | 124 | 57 | 2E |
| Octal | 300 | 17 | 334 | 15 | 135 | 0 | 16 | 444 | 127 | 56 |
| Binary | 11000000 | 1111 | 11011100 | 1101 | 1011101 | 0 | 1110 | 100100100 | 1010111 | 101110 |
Color Harmonies of #C00FDC
Complementary color
Monochromatic Colors of #C00FDC
Black with #C00FDC
Text Example
Text Example
White with #C00FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00FDC; }
p { color: rgb(192,15,220); }
H1.HeaderClassName
{
color: #C00FDC;
}
.AnyTagClassName
{
color: #C00FDC;
}
</style>
background-color css
<style>
a { background-color: #C00FDC; }
a { background-color: rgb(192,15,220); }
div.DivClassName
{
background-color: #C00FDC;
}
.BgClassName
{
background-color: #C00FDC;
}
</style>
border-color css
<style>
span { border-color: #C00FDC; }
span { border-color: rgb(192,15,220); }
td.TdClassName
{
border-color: #C00FDC;
}
.TagClassName
{
border-color: #C00FDC;
}
</style>