Shades of Deep Magenta #C110BD
Tints of Deep Magenta #C110BD
RGB
CMYK
RGB Variations
Color information
#C110BD (or 0xC110BD) is known color: Deep Magenta. HEX triplet: C1, 10 and BD. RGB value is (193,16,189). Sum of RGB (Red+Green+Blue) = 193+16+189=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 16 (6.64% from 255 or 4.02% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C110BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C110BD is #3EEF42. Grayscale: #585858. Windows color (decimal): -4124483 or 12390593. OLE color: 12390593.
HSL color Cylindrical-coordinate representation of color #C110BD: hue angle of 301.36º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C110BD is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 16 | 189 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.24 |
| HSL | 301.36º | 0.85% | 0.41% | - |
| HSV(B) | 301.36º | 0.92% | 0.76% | - |
| XYZ | 31.36 | 15.38 | 49.46 | - |
| YUV | 88.65 | 184.64 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 16 | 189 | 0 | 0.92 | 0.02 | 0.24 | 301.36 | 0.85 | 0.41 |
| Hex | C1 | 10 | BD | 0 | 5C | 2 | 18 | 12D | 55 | 29 |
| Octal | 301 | 20 | 275 | 0 | 134 | 2 | 30 | 455 | 125 | 51 |
| Binary | 11000001 | 10000 | 10111101 | 0 | 1011100 | 10 | 11000 | 100101101 | 1010101 | 101001 |
Color Harmonies of #C110BD
Complementary color
Monochromatic Colors of #C110BD
Black with #C110BD
Text Example
Text Example
White with #C110BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C110BD; }
p { color: rgb(193,16,189); }
H1.HeaderClassName
{
color: #C110BD;
}
.AnyTagClassName
{
color: #C110BD;
}
</style>
background-color css
<style>
a { background-color: #C110BD; }
a { background-color: rgb(193,16,189); }
div.DivClassName
{
background-color: #C110BD;
}
.BgClassName
{
background-color: #C110BD;
}
</style>
border-color css
<style>
span { border-color: #C110BD; }
span { border-color: rgb(193,16,189); }
td.TdClassName
{
border-color: #C110BD;
}
.TagClassName
{
border-color: #C110BD;
}
</style>