Shades of Deep Magenta #C10DD6
Tints of Deep Magenta #C10DD6
RGB
CMYK
RGB Variations
Color information
#C10DD6 (or 0xC10DD6) is known color: Deep Magenta. HEX triplet: C1, 0D and D6. RGB value is (193,13,214). Sum of RGB (Red+Green+Blue) = 193+13+214=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 13 (5.47% from 255 or 3.10% from 420); Blue value is 214 (83.98% from 255 or 50.95% from 420); Max value from RGB is 214 - color contains mainly: blue. Hex color #C10DD6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10DD6 is #3EF229. Grayscale: #595959. Windows color (decimal): -4125226 or 14028225. OLE color: 14028225.
HSL color Cylindrical-coordinate representation of color #C10DD6: hue angle of 293.73º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10DD6 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 13 | 214 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.16 |
| HSL | 293.73º | 0.89% | 0.45% | - |
| HSV(B) | 293.73º | 0.94% | 0.84% | - |
| XYZ | 34.27 | 16.48 | 64.99 | - |
| YUV | 89.73 | 198.13 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 13 | 214 | 0.10 | 0.94 | 0 | 0.16 | 293.73 | 0.89 | 0.45 |
| Hex | C1 | D | D6 | A | 5E | 0 | 10 | 126 | 59 | 2D |
| Octal | 301 | 15 | 326 | 12 | 136 | 0 | 20 | 446 | 131 | 55 |
| Binary | 11000001 | 1101 | 11010110 | 1010 | 1011110 | 0 | 10000 | 100100110 | 1011001 | 101101 |
Color Harmonies of #C10DD6
Complementary color
Monochromatic Colors of #C10DD6
Black with #C10DD6
Text Example
Text Example
White with #C10DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10DD6; }
p { color: rgb(193,13,214); }
H1.HeaderClassName
{
color: #C10DD6;
}
.AnyTagClassName
{
color: #C10DD6;
}
</style>
background-color css
<style>
a { background-color: #C10DD6; }
a { background-color: rgb(193,13,214); }
div.DivClassName
{
background-color: #C10DD6;
}
.BgClassName
{
background-color: #C10DD6;
}
</style>
border-color css
<style>
span { border-color: #C10DD6; }
span { border-color: rgb(193,13,214); }
td.TdClassName
{
border-color: #C10DD6;
}
.TagClassName
{
border-color: #C10DD6;
}
</style>