Shades of Deep Magenta #C10BBC
Tints of Deep Magenta #C10BBC
RGB
CMYK
RGB Variations
Color information
#C10BBC (or 0xC10BBC) is known color: Deep Magenta. HEX triplet: C1, 0B and BC. RGB value is (193,11,188). Sum of RGB (Red+Green+Blue) = 193+11+188=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 11 (4.69% from 255 or 2.81% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C10BBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10BBC is #3EF443. Grayscale: #555555. Windows color (decimal): -4125764 or 12323777. OLE color: 12323777.
HSL color Cylindrical-coordinate representation of color #C10BBC: hue angle of 301.65º 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 #C10BBC is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 11 | 188 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.24 |
| HSL | 301.65º | 0.89% | 0.4% | - |
| HSV(B) | 301.65º | 0.94% | 0.76% | - |
| XYZ | 31.19 | 15.21 | 48.87 | - |
| YUV | 85.6 | 185.8 | 204.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 11 | 188 | 0 | 0.94 | 0.03 | 0.24 | 301.65 | 0.89 | 0.4 |
| Hex | C1 | B | BC | 0 | 5E | 3 | 18 | 12E | 59 | 28 |
| Octal | 301 | 13 | 274 | 0 | 136 | 3 | 30 | 456 | 131 | 50 |
| Binary | 11000001 | 1011 | 10111100 | 0 | 1011110 | 11 | 11000 | 100101110 | 1011001 | 101000 |
Color Harmonies of #C10BBC
Complementary color
Monochromatic Colors of #C10BBC
Black with #C10BBC
Text Example
Text Example
White with #C10BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10BBC; }
p { color: rgb(193,11,188); }
H1.HeaderClassName
{
color: #C10BBC;
}
.AnyTagClassName
{
color: #C10BBC;
}
</style>
background-color css
<style>
a { background-color: #C10BBC; }
a { background-color: rgb(193,11,188); }
div.DivClassName
{
background-color: #C10BBC;
}
.BgClassName
{
background-color: #C10BBC;
}
</style>
border-color css
<style>
span { border-color: #C10BBC; }
span { border-color: rgb(193,11,188); }
td.TdClassName
{
border-color: #C10BBC;
}
.TagClassName
{
border-color: #C10BBC;
}
</style>