Shades of Deep Magenta #C610D6
Tints of Deep Magenta #C610D6
RGB
CMYK
RGB Variations
Color information
#C610D6 (or 0xC610D6) is known color: Deep Magenta. HEX triplet: C6, 10 and D6. RGB value is (198,16,214). Sum of RGB (Red+Green+Blue) = 198+16+214=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 16 (6.64% from 255 or 3.74% from 428); Blue value is 214 (83.98% from 255 or 50% from 428); Max value from RGB is 214 - color contains mainly: blue. Hex color #C610D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C610D6 is #39EF29. Grayscale: #5C5C5C. Windows color (decimal): -3796778 or 14028998. OLE color: 14028998.
HSL color Cylindrical-coordinate representation of color #C610D6: hue angle of 295.15º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C610D6 is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 16 | 214 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.16 |
| HSL | 295.15º | 0.86% | 0.45% | - |
| HSV(B) | 295.15º | 0.93% | 0.84% | - |
| XYZ | 35.61 | 17.23 | 65.07 | - |
| YUV | 92.99 | 196.3 | 202.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 16 | 214 | 0.07 | 0.93 | 0 | 0.16 | 295.15 | 0.86 | 0.45 |
| Hex | C6 | 10 | D6 | 7 | 5D | 0 | 10 | 127 | 56 | 2D |
| Octal | 306 | 20 | 326 | 7 | 135 | 0 | 20 | 447 | 126 | 55 |
| Binary | 11000110 | 10000 | 11010110 | 111 | 1011101 | 0 | 10000 | 100100111 | 1010110 | 101101 |
Color Harmonies of #C610D6
Complementary color
Monochromatic Colors of #C610D6
Black with #C610D6
Text Example
Text Example
White with #C610D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C610D6; }
p { color: rgb(198,16,214); }
H1.HeaderClassName
{
color: #C610D6;
}
.AnyTagClassName
{
color: #C610D6;
}
</style>
background-color css
<style>
a { background-color: #C610D6; }
a { background-color: rgb(198,16,214); }
div.DivClassName
{
background-color: #C610D6;
}
.BgClassName
{
background-color: #C610D6;
}
</style>
border-color css
<style>
span { border-color: #C610D6; }
span { border-color: rgb(198,16,214); }
td.TdClassName
{
border-color: #C610D6;
}
.TagClassName
{
border-color: #C610D6;
}
</style>