Shades of Deep Magenta #C105D0
Tints of Deep Magenta #C105D0
RGB
CMYK
RGB Variations
Color information
#C105D0 (or 0xC105D0) is known color: Deep Magenta. HEX triplet: C1, 05 and D0. RGB value is (193,5,208). Sum of RGB (Red+Green+Blue) = 193+5+208=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 5 (2.34% from 255 or 1.23% from 406); Blue value is 208 (81.64% from 255 or 51.23% from 406); Max value from RGB is 208 - color contains mainly: blue. Hex color #C105D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C105D0 is #3EFA2F. Grayscale: #535353. Windows color (decimal): -4127280 or 13632961. OLE color: 13632961.
HSL color Cylindrical-coordinate representation of color #C105D0: hue angle of 295.57º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C105D0 is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 5 | 208 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.18 |
| HSL | 295.57º | 0.95% | 0.42% | - |
| HSV(B) | 295.57º | 0.98% | 0.82% | - |
| XYZ | 33.43 | 16 | 61 | - |
| YUV | 84.35 | 197.78 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 5 | 208 | 0.07 | 0.98 | 0 | 0.18 | 295.57 | 0.95 | 0.42 |
| Hex | C1 | 5 | D0 | 7 | 62 | 0 | 12 | 128 | 5F | 2A |
| Octal | 301 | 5 | 320 | 7 | 142 | 0 | 22 | 450 | 137 | 52 |
| Binary | 11000001 | 101 | 11010000 | 111 | 1100010 | 0 | 10010 | 100101000 | 1011111 | 101010 |
Color Harmonies of #C105D0
Complementary color
Monochromatic Colors of #C105D0
Black with #C105D0
Text Example
Text Example
White with #C105D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C105D0; }
p { color: rgb(193,5,208); }
H1.HeaderClassName
{
color: #C105D0;
}
.AnyTagClassName
{
color: #C105D0;
}
</style>
background-color css
<style>
a { background-color: #C105D0; }
a { background-color: rgb(193,5,208); }
div.DivClassName
{
background-color: #C105D0;
}
.BgClassName
{
background-color: #C105D0;
}
</style>
border-color css
<style>
span { border-color: #C105D0; }
span { border-color: rgb(193,5,208); }
td.TdClassName
{
border-color: #C105D0;
}
.TagClassName
{
border-color: #C105D0;
}
</style>