Shades of Deep Magenta #C106DF
Tints of Deep Magenta #C106DF
RGB
CMYK
RGB Variations
Color information
#C106DF (or 0xC106DF) is known color: Deep Magenta. HEX triplet: C1, 06 and DF. RGB value is (193,6,223). Sum of RGB (Red+Green+Blue) = 193+6+223=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 6 (2.73% from 255 or 1.42% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #C106DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C106DF is #3EF920. Grayscale: #555555. Windows color (decimal): -4127009 or 14616257. OLE color: 14616257.
HSL color Cylindrical-coordinate representation of color #C106DF: hue angle of 291.71º 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 #C106DF is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 6 | 223 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.13 |
| HSL | 291.71º | 0.95% | 0.45% | - |
| HSV(B) | 291.71º | 0.97% | 0.87% | - |
| XYZ | 35.38 | 16.8 | 71.19 | - |
| YUV | 86.65 | 204.95 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 6 | 223 | 0.13 | 0.97 | 0 | 0.13 | 291.71 | 0.95 | 0.45 |
| Hex | C1 | 6 | DF | D | 61 | 0 | D | 124 | 5F | 2D |
| Octal | 301 | 6 | 337 | 15 | 141 | 0 | 15 | 444 | 137 | 55 |
| Binary | 11000001 | 110 | 11011111 | 1101 | 1100001 | 0 | 1101 | 100100100 | 1011111 | 101101 |
Color Harmonies of #C106DF
Complementary color
Monochromatic Colors of #C106DF
Black with #C106DF
Text Example
Text Example
White with #C106DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C106DF; }
p { color: rgb(193,6,223); }
H1.HeaderClassName
{
color: #C106DF;
}
.AnyTagClassName
{
color: #C106DF;
}
</style>
background-color css
<style>
a { background-color: #C106DF; }
a { background-color: rgb(193,6,223); }
div.DivClassName
{
background-color: #C106DF;
}
.BgClassName
{
background-color: #C106DF;
}
</style>
border-color css
<style>
span { border-color: #C106DF; }
span { border-color: rgb(193,6,223); }
td.TdClassName
{
border-color: #C106DF;
}
.TagClassName
{
border-color: #C106DF;
}
</style>