Shades of Deep Magenta #C106DD
Tints of Deep Magenta #C106DD
RGB
CMYK
RGB Variations
Color information
#C106DD (or 0xC106DD) is known color: Deep Magenta. HEX triplet: C1, 06 and DD. RGB value is (193,6,221). Sum of RGB (Red+Green+Blue) = 193+6+221=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 6 (2.73% from 255 or 1.43% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #C106DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C106DD is #3EF922. Grayscale: #555555. Windows color (decimal): -4127011 or 14485185. OLE color: 14485185.
HSL color Cylindrical-coordinate representation of color #C106DD: hue angle of 292.19º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C106DD is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 6 | 221 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.13 |
| HSL | 292.19º | 0.95% | 0.45% | - |
| HSV(B) | 292.19º | 0.97% | 0.87% | - |
| XYZ | 35.11 | 16.69 | 69.78 | - |
| YUV | 86.42 | 203.95 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 6 | 221 | 0.13 | 0.97 | 0 | 0.13 | 292.19 | 0.95 | 0.45 |
| Hex | C1 | 6 | DD | D | 61 | 0 | D | 124 | 5F | 2D |
| Octal | 301 | 6 | 335 | 15 | 141 | 0 | 15 | 444 | 137 | 55 |
| Binary | 11000001 | 110 | 11011101 | 1101 | 1100001 | 0 | 1101 | 100100100 | 1011111 | 101101 |
Color Harmonies of #C106DD
Complementary color
Monochromatic Colors of #C106DD
Black with #C106DD
Text Example
Text Example
White with #C106DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C106DD; }
p { color: rgb(193,6,221); }
H1.HeaderClassName
{
color: #C106DD;
}
.AnyTagClassName
{
color: #C106DD;
}
</style>
background-color css
<style>
a { background-color: #C106DD; }
a { background-color: rgb(193,6,221); }
div.DivClassName
{
background-color: #C106DD;
}
.BgClassName
{
background-color: #C106DD;
}
</style>
border-color css
<style>
span { border-color: #C106DD; }
span { border-color: rgb(193,6,221); }
td.TdClassName
{
border-color: #C106DD;
}
.TagClassName
{
border-color: #C106DD;
}
</style>