Shades of Deep Magenta #C10BC8
Tints of Deep Magenta #C10BC8
RGB
CMYK
RGB Variations
Color information
#C10BC8 (or 0xC10BC8) is known color: Deep Magenta. HEX triplet: C1, 0B and C8. RGB value is (193,11,200). Sum of RGB (Red+Green+Blue) = 193+11+200=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 11 (4.69% from 255 or 2.72% from 404); Blue value is 200 (78.52% from 255 or 49.50% from 404); Max value from RGB is 200 - color contains mainly: blue. Hex color #C10BC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10BC8 is #3EF437. Grayscale: #565656. Windows color (decimal): -4125752 or 13110209. OLE color: 13110209.
HSL color Cylindrical-coordinate representation of color #C10BC8: hue angle of 297.78º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10BC8 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 11 | 200 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.22 |
| HSL | 297.78º | 0.9% | 0.41% | - |
| HSV(B) | 297.78º | 0.95% | 0.78% | - |
| XYZ | 32.54 | 15.75 | 55.97 | - |
| YUV | 86.96 | 191.8 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 11 | 200 | 0.04 | 0.94 | 0 | 0.22 | 297.78 | 0.9 | 0.41 |
| Hex | C1 | B | C8 | 4 | 5E | 0 | 16 | 12A | 5A | 29 |
| Octal | 301 | 13 | 310 | 4 | 136 | 0 | 26 | 452 | 132 | 51 |
| Binary | 11000001 | 1011 | 11001000 | 100 | 1011110 | 0 | 10110 | 100101010 | 1011010 | 101001 |
Color Harmonies of #C10BC8
Complementary color
Monochromatic Colors of #C10BC8
Black with #C10BC8
Text Example
Text Example
White with #C10BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10BC8; }
p { color: rgb(193,11,200); }
H1.HeaderClassName
{
color: #C10BC8;
}
.AnyTagClassName
{
color: #C10BC8;
}
</style>
background-color css
<style>
a { background-color: #C10BC8; }
a { background-color: rgb(193,11,200); }
div.DivClassName
{
background-color: #C10BC8;
}
.BgClassName
{
background-color: #C10BC8;
}
</style>
border-color css
<style>
span { border-color: #C10BC8; }
span { border-color: rgb(193,11,200); }
td.TdClassName
{
border-color: #C10BC8;
}
.TagClassName
{
border-color: #C10BC8;
}
</style>