Shades of Deep Magenta #C60FCE
Tints of Deep Magenta #C60FCE
RGB
CMYK
RGB Variations
Color information
#C60FCE (or 0xC60FCE) is known color: Deep Magenta. HEX triplet: C6, 0F and CE. RGB value is (198,15,206). Sum of RGB (Red+Green+Blue) = 198+15+206=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 15 (6.25% from 255 or 3.58% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #C60FCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60FCE is #39F031. Grayscale: #5A5A5A. Windows color (decimal): -3797042 or 13504454. OLE color: 13504454.
HSL color Cylindrical-coordinate representation of color #C60FCE: hue angle of 297.49º degrees, saturation: 0.86, 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 #C60FCE is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 15 | 206 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.19 |
| HSL | 297.49º | 0.86% | 0.43% | - |
| HSV(B) | 297.49º | 0.93% | 0.81% | - |
| XYZ | 34.6 | 16.8 | 59.81 | - |
| YUV | 91.49 | 192.63 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 15 | 206 | 0.04 | 0.93 | 0 | 0.19 | 297.49 | 0.86 | 0.43 |
| Hex | C6 | F | CE | 4 | 5D | 0 | 13 | 129 | 56 | 2B |
| Octal | 306 | 17 | 316 | 4 | 135 | 0 | 23 | 451 | 126 | 53 |
| Binary | 11000110 | 1111 | 11001110 | 100 | 1011101 | 0 | 10011 | 100101001 | 1010110 | 101011 |
Color Harmonies of #C60FCE
Complementary color
Monochromatic Colors of #C60FCE
Black with #C60FCE
Text Example
Text Example
White with #C60FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60FCE; }
p { color: rgb(198,15,206); }
H1.HeaderClassName
{
color: #C60FCE;
}
.AnyTagClassName
{
color: #C60FCE;
}
</style>
background-color css
<style>
a { background-color: #C60FCE; }
a { background-color: rgb(198,15,206); }
div.DivClassName
{
background-color: #C60FCE;
}
.BgClassName
{
background-color: #C60FCE;
}
</style>
border-color css
<style>
span { border-color: #C60FCE; }
span { border-color: rgb(198,15,206); }
td.TdClassName
{
border-color: #C60FCE;
}
.TagClassName
{
border-color: #C60FCE;
}
</style>