Shades of Deep Magenta #C10BBA
Tints of Deep Magenta #C10BBA
RGB
CMYK
RGB Variations
Color information
#C10BBA (or 0xC10BBA) is known color: Deep Magenta. HEX triplet: C1, 0B and BA. RGB value is (193,11,186). Sum of RGB (Red+Green+Blue) = 193+11+186=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 11 (4.69% from 255 or 2.82% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C10BBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10BBA is #3EF445. Grayscale: #545454. Windows color (decimal): -4125766 or 12192705. OLE color: 12192705.
HSL color Cylindrical-coordinate representation of color #C10BBA: hue angle of 302.31º 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 #C10BBA is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 11 | 186 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.24 |
| HSL | 302.31º | 0.89% | 0.4% | - |
| HSV(B) | 302.31º | 0.94% | 0.76% | - |
| XYZ | 30.97 | 15.12 | 47.74 | - |
| YUV | 85.37 | 184.8 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 11 | 186 | 0 | 0.94 | 0.04 | 0.24 | 302.31 | 0.89 | 0.4 |
| Hex | C1 | B | BA | 0 | 5E | 4 | 18 | 12E | 59 | 28 |
| Octal | 301 | 13 | 272 | 0 | 136 | 4 | 30 | 456 | 131 | 50 |
| Binary | 11000001 | 1011 | 10111010 | 0 | 1011110 | 100 | 11000 | 100101110 | 1011001 | 101000 |
Color Harmonies of #C10BBA
Complementary color
Monochromatic Colors of #C10BBA
Black with #C10BBA
Text Example
Text Example
White with #C10BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10BBA; }
p { color: rgb(193,11,186); }
H1.HeaderClassName
{
color: #C10BBA;
}
.AnyTagClassName
{
color: #C10BBA;
}
</style>
background-color css
<style>
a { background-color: #C10BBA; }
a { background-color: rgb(193,11,186); }
div.DivClassName
{
background-color: #C10BBA;
}
.BgClassName
{
background-color: #C10BBA;
}
</style>
border-color css
<style>
span { border-color: #C10BBA; }
span { border-color: rgb(193,11,186); }
td.TdClassName
{
border-color: #C10BBA;
}
.TagClassName
{
border-color: #C10BBA;
}
</style>