Shades of Deep Magenta #C105D9
Tints of Deep Magenta #C105D9
RGB
CMYK
RGB Variations
Color information
#C105D9 (or 0xC105D9) is known color: Deep Magenta. HEX triplet: C1, 05 and D9. RGB value is (193,5,217). Sum of RGB (Red+Green+Blue) = 193+5+217=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 5 (2.34% from 255 or 1.20% from 415); Blue value is 217 (85.16% from 255 or 52.29% from 415); Max value from RGB is 217 - color contains mainly: blue. Hex color #C105D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C105D9 is #3EFA26. Grayscale: #545454. Windows color (decimal): -4127271 or 14222785. OLE color: 14222785.
HSL color Cylindrical-coordinate representation of color #C105D9: hue angle of 293.21º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C105D9 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 5 | 217 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.15 |
| HSL | 293.21º | 0.95% | 0.44% | - |
| HSV(B) | 293.21º | 0.98% | 0.85% | - |
| XYZ | 34.57 | 16.46 | 67 | - |
| YUV | 85.38 | 202.28 | 204.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 5 | 217 | 0.11 | 0.98 | 0 | 0.15 | 293.21 | 0.95 | 0.44 |
| Hex | C1 | 5 | D9 | B | 62 | 0 | F | 125 | 5F | 2C |
| Octal | 301 | 5 | 331 | 13 | 142 | 0 | 17 | 445 | 137 | 54 |
| Binary | 11000001 | 101 | 11011001 | 1011 | 1100010 | 0 | 1111 | 100100101 | 1011111 | 101100 |
Color Harmonies of #C105D9
Complementary color
Monochromatic Colors of #C105D9
Black with #C105D9
Text Example
Text Example
White with #C105D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C105D9; }
p { color: rgb(193,5,217); }
H1.HeaderClassName
{
color: #C105D9;
}
.AnyTagClassName
{
color: #C105D9;
}
</style>
background-color css
<style>
a { background-color: #C105D9; }
a { background-color: rgb(193,5,217); }
div.DivClassName
{
background-color: #C105D9;
}
.BgClassName
{
background-color: #C105D9;
}
</style>
border-color css
<style>
span { border-color: #C105D9; }
span { border-color: rgb(193,5,217); }
td.TdClassName
{
border-color: #C105D9;
}
.TagClassName
{
border-color: #C105D9;
}
</style>