Shades of Deep Magenta #C10BBD
Tints of Deep Magenta #C10BBD
RGB
CMYK
RGB Variations
Color information
#C10BBD (or 0xC10BBD) is known color: Deep Magenta. HEX triplet: C1, 0B and BD. RGB value is (193,11,189). Sum of RGB (Red+Green+Blue) = 193+11+189=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 11 (4.69% from 255 or 2.80% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C10BBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10BBD is #3EF442. Grayscale: #555555. Windows color (decimal): -4125763 or 12389313. OLE color: 12389313.
HSL color Cylindrical-coordinate representation of color #C10BBD: hue angle of 301.32º 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 #C10BBD is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 11 | 189 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.24 |
| HSL | 301.32º | 0.89% | 0.4% | - |
| HSV(B) | 301.32º | 0.94% | 0.76% | - |
| XYZ | 31.3 | 15.25 | 49.44 | - |
| YUV | 85.71 | 186.3 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 11 | 189 | 0 | 0.94 | 0.02 | 0.24 | 301.32 | 0.89 | 0.4 |
| Hex | C1 | B | BD | 0 | 5E | 2 | 18 | 12D | 59 | 28 |
| Octal | 301 | 13 | 275 | 0 | 136 | 2 | 30 | 455 | 131 | 50 |
| Binary | 11000001 | 1011 | 10111101 | 0 | 1011110 | 10 | 11000 | 100101101 | 1011001 | 101000 |
Color Harmonies of #C10BBD
Complementary color
Monochromatic Colors of #C10BBD
Black with #C10BBD
Text Example
Text Example
White with #C10BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10BBD; }
p { color: rgb(193,11,189); }
H1.HeaderClassName
{
color: #C10BBD;
}
.AnyTagClassName
{
color: #C10BBD;
}
</style>
background-color css
<style>
a { background-color: #C10BBD; }
a { background-color: rgb(193,11,189); }
div.DivClassName
{
background-color: #C10BBD;
}
.BgClassName
{
background-color: #C10BBD;
}
</style>
border-color css
<style>
span { border-color: #C10BBD; }
span { border-color: rgb(193,11,189); }
td.TdClassName
{
border-color: #C10BBD;
}
.TagClassName
{
border-color: #C10BBD;
}
</style>