Shades of Deep Magenta #C105B2
Tints of Deep Magenta #C105B2
RGB
CMYK
RGB Variations
Color information
#C105B2 (or 0xC105B2) is known color: Deep Magenta. HEX triplet: C1, 05 and B2. RGB value is (193,5,178). Sum of RGB (Red+Green+Blue) = 193+5+178=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 5 (2.34% from 255 or 1.33% from 376); Blue value is 178 (69.92% from 255 or 47.34% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C105B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C105B2 is #3EFA4D. Grayscale: #505050. Windows color (decimal): -4127310 or 11666881. OLE color: 11666881.
HSL color Cylindrical-coordinate representation of color #C105B2: hue angle of 304.79º 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 #C105B2 is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 5 | 178 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.24 |
| HSL | 304.79º | 0.95% | 0.39% | - |
| HSV(B) | 304.79º | 0.97% | 0.76% | - |
| XYZ | 30.08 | 14.66 | 43.36 | - |
| YUV | 80.93 | 182.78 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 5 | 178 | 0 | 0.97 | 0.08 | 0.24 | 304.79 | 0.95 | 0.39 |
| Hex | C1 | 5 | B2 | 0 | 61 | 8 | 18 | 131 | 5F | 27 |
| Octal | 301 | 5 | 262 | 0 | 141 | 10 | 30 | 461 | 137 | 47 |
| Binary | 11000001 | 101 | 10110010 | 0 | 1100001 | 1000 | 11000 | 100110001 | 1011111 | 100111 |
Color Harmonies of #C105B2
Complementary color
Monochromatic Colors of #C105B2
Black with #C105B2
Text Example
Text Example
White with #C105B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C105B2; }
p { color: rgb(193,5,178); }
H1.HeaderClassName
{
color: #C105B2;
}
.AnyTagClassName
{
color: #C105B2;
}
</style>
background-color css
<style>
a { background-color: #C105B2; }
a { background-color: rgb(193,5,178); }
div.DivClassName
{
background-color: #C105B2;
}
.BgClassName
{
background-color: #C105B2;
}
</style>
border-color css
<style>
span { border-color: #C105B2; }
span { border-color: rgb(193,5,178); }
td.TdClassName
{
border-color: #C105B2;
}
.TagClassName
{
border-color: #C105B2;
}
</style>