Shades of Deep Magenta #C00FCF
Tints of Deep Magenta #C00FCF
RGB
CMYK
RGB Variations
Color information
#C00FCF (or 0xC00FCF) is known color: Deep Magenta. HEX triplet: C0, 0F and CF. RGB value is (192,15,207). Sum of RGB (Red+Green+Blue) = 192+15+207=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 15 (6.25% from 255 or 3.62% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #C00FCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00FCF is #3FF030. Grayscale: #595959. Windows color (decimal): -4190257 or 13569984. OLE color: 13569984.
HSL color Cylindrical-coordinate representation of color #C00FCF: hue angle of 295.31º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00FCF is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 15 | 207 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.19 |
| HSL | 295.31º | 0.86% | 0.44% | - |
| HSV(B) | 295.31º | 0.93% | 0.81% | - |
| XYZ | 33.17 | 16.05 | 60.38 | - |
| YUV | 89.81 | 194.14 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 15 | 207 | 0.07 | 0.93 | 0 | 0.19 | 295.31 | 0.86 | 0.44 |
| Hex | C0 | F | CF | 7 | 5D | 0 | 13 | 127 | 56 | 2C |
| Octal | 300 | 17 | 317 | 7 | 135 | 0 | 23 | 447 | 126 | 54 |
| Binary | 11000000 | 1111 | 11001111 | 111 | 1011101 | 0 | 10011 | 100100111 | 1010110 | 101100 |
Color Harmonies of #C00FCF
Complementary color
Monochromatic Colors of #C00FCF
Black with #C00FCF
Text Example
Text Example
White with #C00FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00FCF; }
p { color: rgb(192,15,207); }
H1.HeaderClassName
{
color: #C00FCF;
}
.AnyTagClassName
{
color: #C00FCF;
}
</style>
background-color css
<style>
a { background-color: #C00FCF; }
a { background-color: rgb(192,15,207); }
div.DivClassName
{
background-color: #C00FCF;
}
.BgClassName
{
background-color: #C00FCF;
}
</style>
border-color css
<style>
span { border-color: #C00FCF; }
span { border-color: rgb(192,15,207); }
td.TdClassName
{
border-color: #C00FCF;
}
.TagClassName
{
border-color: #C00FCF;
}
</style>