Shades of Deep Magenta #C60FDF
Tints of Deep Magenta #C60FDF
RGB
CMYK
RGB Variations
Color information
#C60FDF (or 0xC60FDF) is known color: Deep Magenta. HEX triplet: C6, 0F and DF. RGB value is (198,15,223). Sum of RGB (Red+Green+Blue) = 198+15+223=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 15 (6.25% from 255 or 3.44% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #C60FDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60FDF is #39F020. Grayscale: #5C5C5C. Windows color (decimal): -3797025 or 14618566. OLE color: 14618566.
HSL color Cylindrical-coordinate representation of color #C60FDF: hue angle of 292.79º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C60FDF is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 15 | 223 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.13 |
| HSL | 292.79º | 0.87% | 0.47% | - |
| HSV(B) | 292.79º | 0.93% | 0.87% | - |
| XYZ | 36.78 | 17.68 | 71.29 | - |
| YUV | 93.43 | 201.13 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 15 | 223 | 0.11 | 0.93 | 0 | 0.13 | 292.79 | 0.87 | 0.47 |
| Hex | C6 | F | DF | B | 5D | 0 | D | 125 | 57 | 2F |
| Octal | 306 | 17 | 337 | 13 | 135 | 0 | 15 | 445 | 127 | 57 |
| Binary | 11000110 | 1111 | 11011111 | 1011 | 1011101 | 0 | 1101 | 100100101 | 1010111 | 101111 |
Color Harmonies of #C60FDF
Complementary color
Monochromatic Colors of #C60FDF
Black with #C60FDF
Text Example
Text Example
White with #C60FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60FDF; }
p { color: rgb(198,15,223); }
H1.HeaderClassName
{
color: #C60FDF;
}
.AnyTagClassName
{
color: #C60FDF;
}
</style>
background-color css
<style>
a { background-color: #C60FDF; }
a { background-color: rgb(198,15,223); }
div.DivClassName
{
background-color: #C60FDF;
}
.BgClassName
{
background-color: #C60FDF;
}
</style>
border-color css
<style>
span { border-color: #C60FDF; }
span { border-color: rgb(198,15,223); }
td.TdClassName
{
border-color: #C60FDF;
}
.TagClassName
{
border-color: #C60FDF;
}
</style>