Shades of Deep Magenta #C610D0
Tints of Deep Magenta #C610D0
RGB
CMYK
RGB Variations
Color information
#C610D0 (or 0xC610D0) is known color: Deep Magenta. HEX triplet: C6, 10 and D0. RGB value is (198,16,208). Sum of RGB (Red+Green+Blue) = 198+16+208=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 16 (6.64% from 255 or 3.79% from 422); Blue value is 208 (81.64% from 255 or 49.29% from 422); Max value from RGB is 208 - color contains mainly: blue. Hex color #C610D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C610D0 is #39EF2F. Grayscale: #5B5B5B. Windows color (decimal): -3796784 or 13635782. OLE color: 13635782.
HSL color Cylindrical-coordinate representation of color #C610D0: hue angle of 296.88º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C610D0 is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 16 | 208 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.18 |
| HSL | 296.88º | 0.86% | 0.44% | - |
| HSV(B) | 296.88º | 0.92% | 0.82% | - |
| XYZ | 34.86 | 16.93 | 61.11 | - |
| YUV | 92.31 | 193.3 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 16 | 208 | 0.05 | 0.92 | 0 | 0.18 | 296.88 | 0.86 | 0.44 |
| Hex | C6 | 10 | D0 | 5 | 5C | 0 | 12 | 129 | 56 | 2C |
| Octal | 306 | 20 | 320 | 5 | 134 | 0 | 22 | 451 | 126 | 54 |
| Binary | 11000110 | 10000 | 11010000 | 101 | 1011100 | 0 | 10010 | 100101001 | 1010110 | 101100 |
Color Harmonies of #C610D0
Complementary color
Monochromatic Colors of #C610D0
Black with #C610D0
Text Example
Text Example
White with #C610D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C610D0; }
p { color: rgb(198,16,208); }
H1.HeaderClassName
{
color: #C610D0;
}
.AnyTagClassName
{
color: #C610D0;
}
</style>
background-color css
<style>
a { background-color: #C610D0; }
a { background-color: rgb(198,16,208); }
div.DivClassName
{
background-color: #C610D0;
}
.BgClassName
{
background-color: #C610D0;
}
</style>
border-color css
<style>
span { border-color: #C610D0; }
span { border-color: rgb(198,16,208); }
td.TdClassName
{
border-color: #C610D0;
}
.TagClassName
{
border-color: #C610D0;
}
</style>