Shades of Deep Magenta #C105C0
Tints of Deep Magenta #C105C0
RGB
CMYK
RGB Variations
Color information
#C105C0 (or 0xC105C0) is known color: Deep Magenta. HEX triplet: C1, 05 and C0. RGB value is (193,5,192). Sum of RGB (Red+Green+Blue) = 193+5+192=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 5 (2.34% from 255 or 1.28% from 390); Blue value is 192 (75.39% from 255 or 49.23% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C105C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C105C0 is #3EFA3F. Grayscale: #515151. Windows color (decimal): -4127296 or 12584385. OLE color: 12584385.
HSL color Cylindrical-coordinate representation of color #C105C0: hue angle of 300.32º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C105C0 is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 5 | 192 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.24 |
| HSL | 300.32º | 0.95% | 0.39% | - |
| HSV(B) | 300.32º | 0.97% | 0.76% | - |
| XYZ | 31.56 | 15.25 | 51.15 | - |
| YUV | 82.53 | 189.78 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 5 | 192 | 0 | 0.97 | 0.01 | 0.24 | 300.32 | 0.95 | 0.39 |
| Hex | C1 | 5 | C0 | 0 | 61 | 1 | 18 | 12C | 5F | 27 |
| Octal | 301 | 5 | 300 | 0 | 141 | 1 | 30 | 454 | 137 | 47 |
| Binary | 11000001 | 101 | 11000000 | 0 | 1100001 | 1 | 11000 | 100101100 | 1011111 | 100111 |
Color Harmonies of #C105C0
Complementary color
Monochromatic Colors of #C105C0
Black with #C105C0
Text Example
Text Example
White with #C105C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C105C0; }
p { color: rgb(193,5,192); }
H1.HeaderClassName
{
color: #C105C0;
}
.AnyTagClassName
{
color: #C105C0;
}
</style>
background-color css
<style>
a { background-color: #C105C0; }
a { background-color: rgb(193,5,192); }
div.DivClassName
{
background-color: #C105C0;
}
.BgClassName
{
background-color: #C105C0;
}
</style>
border-color css
<style>
span { border-color: #C105C0; }
span { border-color: rgb(193,5,192); }
td.TdClassName
{
border-color: #C105C0;
}
.TagClassName
{
border-color: #C105C0;
}
</style>