Shades of Deep Magenta #C105CB
Tints of Deep Magenta #C105CB
RGB
CMYK
RGB Variations
Color information
#C105CB (or 0xC105CB) is known color: Deep Magenta. HEX triplet: C1, 05 and CB. RGB value is (193,5,203). Sum of RGB (Red+Green+Blue) = 193+5+203=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 5 (2.34% from 255 or 1.25% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #C105CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C105CB is #3EFA34. Grayscale: #535353. Windows color (decimal): -4127285 or 13305281. OLE color: 13305281.
HSL color Cylindrical-coordinate representation of color #C105CB: hue angle of 296.97º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C105CB is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 5 | 203 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.20 |
| HSL | 296.97º | 0.95% | 0.41% | - |
| HSV(B) | 296.97º | 0.98% | 0.8% | - |
| XYZ | 32.83 | 15.76 | 57.81 | - |
| YUV | 83.78 | 195.28 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 5 | 203 | 0.05 | 0.98 | 0 | 0.20 | 296.97 | 0.95 | 0.41 |
| Hex | C1 | 5 | CB | 5 | 62 | 0 | 14 | 129 | 5F | 29 |
| Octal | 301 | 5 | 313 | 5 | 142 | 0 | 24 | 451 | 137 | 51 |
| Binary | 11000001 | 101 | 11001011 | 101 | 1100010 | 0 | 10100 | 100101001 | 1011111 | 101001 |
Color Harmonies of #C105CB
Complementary color
Monochromatic Colors of #C105CB
Black with #C105CB
Text Example
Text Example
White with #C105CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C105CB; }
p { color: rgb(193,5,203); }
H1.HeaderClassName
{
color: #C105CB;
}
.AnyTagClassName
{
color: #C105CB;
}
</style>
background-color css
<style>
a { background-color: #C105CB; }
a { background-color: rgb(193,5,203); }
div.DivClassName
{
background-color: #C105CB;
}
.BgClassName
{
background-color: #C105CB;
}
</style>
border-color css
<style>
span { border-color: #C105CB; }
span { border-color: rgb(193,5,203); }
td.TdClassName
{
border-color: #C105CB;
}
.TagClassName
{
border-color: #C105CB;
}
</style>