Shades of Deep Magenta #C10BAE
Tints of Deep Magenta #C10BAE
RGB
CMYK
RGB Variations
Color information
#C10BAE (or 0xC10BAE) is known color: Deep Magenta. HEX triplet: C1, 0B and AE. RGB value is (193,11,174). Sum of RGB (Red+Green+Blue) = 193+11+174=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 11 (4.69% from 255 or 2.91% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C10BAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10BAE is #3EF451. Grayscale: #535353. Windows color (decimal): -4125778 or 11406273. OLE color: 11406273.
HSL color Cylindrical-coordinate representation of color #C10BAE: hue angle of 306.26º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10BAE is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 11 | 174 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.24 |
| HSL | 306.26º | 0.89% | 0.4% | - |
| HSV(B) | 306.26º | 0.94% | 0.76% | - |
| XYZ | 29.75 | 14.63 | 41.3 | - |
| YUV | 84 | 178.8 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 11 | 174 | 0 | 0.94 | 0.10 | 0.24 | 306.26 | 0.89 | 0.4 |
| Hex | C1 | B | AE | 0 | 5E | A | 18 | 132 | 59 | 28 |
| Octal | 301 | 13 | 256 | 0 | 136 | 12 | 30 | 462 | 131 | 50 |
| Binary | 11000001 | 1011 | 10101110 | 0 | 1011110 | 1010 | 11000 | 100110010 | 1011001 | 101000 |
Color Harmonies of #C10BAE
Complementary color
Monochromatic Colors of #C10BAE
Black with #C10BAE
Text Example
Text Example
White with #C10BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10BAE; }
p { color: rgb(193,11,174); }
H1.HeaderClassName
{
color: #C10BAE;
}
.AnyTagClassName
{
color: #C10BAE;
}
</style>
background-color css
<style>
a { background-color: #C10BAE; }
a { background-color: rgb(193,11,174); }
div.DivClassName
{
background-color: #C10BAE;
}
.BgClassName
{
background-color: #C10BAE;
}
</style>
border-color css
<style>
span { border-color: #C10BAE; }
span { border-color: rgb(193,11,174); }
td.TdClassName
{
border-color: #C10BAE;
}
.TagClassName
{
border-color: #C10BAE;
}
</style>