Shades of Deep Magenta #C60FCF
Tints of Deep Magenta #C60FCF
RGB
CMYK
RGB Variations
Color information
#C60FCF (or 0xC60FCF) is known color: Deep Magenta. HEX triplet: C6, 0F and CF. RGB value is (198,15,207). Sum of RGB (Red+Green+Blue) = 198+15+207=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 15 (6.25% from 255 or 3.57% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #C60FCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60FCF is #39F030. Grayscale: #5B5B5B. Windows color (decimal): -3797041 or 13569990. OLE color: 13569990.
HSL color Cylindrical-coordinate representation of color #C60FCF: hue angle of 297.19º 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 #C60FCF is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 15 | 207 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.19 |
| HSL | 297.19º | 0.86% | 0.44% | - |
| HSV(B) | 297.19º | 0.93% | 0.81% | - |
| XYZ | 34.72 | 16.85 | 60.45 | - |
| YUV | 91.61 | 193.13 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 15 | 207 | 0.04 | 0.93 | 0 | 0.19 | 297.19 | 0.86 | 0.44 |
| Hex | C6 | F | CF | 4 | 5D | 0 | 13 | 129 | 56 | 2C |
| Octal | 306 | 17 | 317 | 4 | 135 | 0 | 23 | 451 | 126 | 54 |
| Binary | 11000110 | 1111 | 11001111 | 100 | 1011101 | 0 | 10011 | 100101001 | 1010110 | 101100 |
Color Harmonies of #C60FCF
Complementary color
Monochromatic Colors of #C60FCF
Black with #C60FCF
Text Example
Text Example
White with #C60FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60FCF; }
p { color: rgb(198,15,207); }
H1.HeaderClassName
{
color: #C60FCF;
}
.AnyTagClassName
{
color: #C60FCF;
}
</style>
background-color css
<style>
a { background-color: #C60FCF; }
a { background-color: rgb(198,15,207); }
div.DivClassName
{
background-color: #C60FCF;
}
.BgClassName
{
background-color: #C60FCF;
}
</style>
border-color css
<style>
span { border-color: #C60FCF; }
span { border-color: rgb(198,15,207); }
td.TdClassName
{
border-color: #C60FCF;
}
.TagClassName
{
border-color: #C60FCF;
}
</style>