Shades of Deep Magenta #C60ECF
Tints of Deep Magenta #C60ECF
RGB
CMYK
RGB Variations
Color information
#C60ECF (or 0xC60ECF) is known color: Deep Magenta. HEX triplet: C6, 0E and CF. RGB value is (198,14,207). Sum of RGB (Red+Green+Blue) = 198+14+207=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 14 (5.86% from 255 or 3.34% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #C60ECF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60ECF is #39F130. Grayscale: #5A5A5A. Windows color (decimal): -3797297 or 13569734. OLE color: 13569734.
HSL color Cylindrical-coordinate representation of color #C60ECF: hue angle of 297.2º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C60ECF is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 14 | 207 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.19 |
| HSL | 297.2º | 0.87% | 0.43% | - |
| HSV(B) | 297.2º | 0.93% | 0.81% | - |
| XYZ | 34.71 | 16.82 | 60.45 | - |
| YUV | 91.02 | 193.46 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 14 | 207 | 0.04 | 0.93 | 0 | 0.19 | 297.2 | 0.87 | 0.43 |
| Hex | C6 | E | CF | 4 | 5D | 0 | 13 | 129 | 57 | 2B |
| Octal | 306 | 16 | 317 | 4 | 135 | 0 | 23 | 451 | 127 | 53 |
| Binary | 11000110 | 1110 | 11001111 | 100 | 1011101 | 0 | 10011 | 100101001 | 1010111 | 101011 |
Color Harmonies of #C60ECF
Complementary color
Monochromatic Colors of #C60ECF
Black with #C60ECF
Text Example
Text Example
White with #C60ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60ECF; }
p { color: rgb(198,14,207); }
H1.HeaderClassName
{
color: #C60ECF;
}
.AnyTagClassName
{
color: #C60ECF;
}
</style>
background-color css
<style>
a { background-color: #C60ECF; }
a { background-color: rgb(198,14,207); }
div.DivClassName
{
background-color: #C60ECF;
}
.BgClassName
{
background-color: #C60ECF;
}
</style>
border-color css
<style>
span { border-color: #C60ECF; }
span { border-color: rgb(198,14,207); }
td.TdClassName
{
border-color: #C60ECF;
}
.TagClassName
{
border-color: #C60ECF;
}
</style>