Shades of Deep Magenta #C610DF
Tints of Deep Magenta #C610DF
RGB
CMYK
RGB Variations
Color information
#C610DF (or 0xC610DF) is known color: Deep Magenta. HEX triplet: C6, 10 and DF. RGB value is (198,16,223). Sum of RGB (Red+Green+Blue) = 198+16+223=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 16 (6.64% from 255 or 3.66% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #C610DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C610DF is #39EF20. Grayscale: #5D5D5D. Windows color (decimal): -3796769 or 14618822. OLE color: 14618822.
HSL color Cylindrical-coordinate representation of color #C610DF: hue angle of 292.75º 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 #C610DF is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 16 | 223 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.13 |
| HSL | 292.75º | 0.87% | 0.47% | - |
| HSV(B) | 292.75º | 0.93% | 0.87% | - |
| XYZ | 36.79 | 17.7 | 71.29 | - |
| YUV | 94.02 | 200.8 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 16 | 223 | 0.11 | 0.93 | 0 | 0.13 | 292.75 | 0.87 | 0.47 |
| Hex | C6 | 10 | DF | B | 5D | 0 | D | 125 | 57 | 2F |
| Octal | 306 | 20 | 337 | 13 | 135 | 0 | 15 | 445 | 127 | 57 |
| Binary | 11000110 | 10000 | 11011111 | 1011 | 1011101 | 0 | 1101 | 100100101 | 1010111 | 101111 |
Color Harmonies of #C610DF
Complementary color
Monochromatic Colors of #C610DF
Black with #C610DF
Text Example
Text Example
White with #C610DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C610DF; }
p { color: rgb(198,16,223); }
H1.HeaderClassName
{
color: #C610DF;
}
.AnyTagClassName
{
color: #C610DF;
}
</style>
background-color css
<style>
a { background-color: #C610DF; }
a { background-color: rgb(198,16,223); }
div.DivClassName
{
background-color: #C610DF;
}
.BgClassName
{
background-color: #C610DF;
}
</style>
border-color css
<style>
span { border-color: #C610DF; }
span { border-color: rgb(198,16,223); }
td.TdClassName
{
border-color: #C610DF;
}
.TagClassName
{
border-color: #C610DF;
}
</style>