Shades of Deep Magenta #C10CBB
Tints of Deep Magenta #C10CBB
RGB
CMYK
RGB Variations
Color information
#C10CBB (or 0xC10CBB) is known color: Deep Magenta. HEX triplet: C1, 0C and BB. RGB value is (193,12,187). Sum of RGB (Red+Green+Blue) = 193+12+187=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 12 (5.08% from 255 or 3.06% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C10CBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10CBB is #3EF344. Grayscale: #555555. Windows color (decimal): -4125509 or 12258497. OLE color: 12258497.
HSL color Cylindrical-coordinate representation of color #C10CBB: hue angle of 301.99º degrees, saturation: 0.88, 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 #C10CBB is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 12 | 187 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.24 |
| HSL | 301.99º | 0.88% | 0.4% | - |
| HSV(B) | 301.99º | 0.94% | 0.76% | - |
| XYZ | 31.09 | 15.19 | 48.31 | - |
| YUV | 86.07 | 184.97 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 12 | 187 | 0 | 0.94 | 0.03 | 0.24 | 301.99 | 0.88 | 0.4 |
| Hex | C1 | C | BB | 0 | 5E | 3 | 18 | 12E | 58 | 28 |
| Octal | 301 | 14 | 273 | 0 | 136 | 3 | 30 | 456 | 130 | 50 |
| Binary | 11000001 | 1100 | 10111011 | 0 | 1011110 | 11 | 11000 | 100101110 | 1011000 | 101000 |
Color Harmonies of #C10CBB
Complementary color
Monochromatic Colors of #C10CBB
Black with #C10CBB
Text Example
Text Example
White with #C10CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10CBB; }
p { color: rgb(193,12,187); }
H1.HeaderClassName
{
color: #C10CBB;
}
.AnyTagClassName
{
color: #C10CBB;
}
</style>
background-color css
<style>
a { background-color: #C10CBB; }
a { background-color: rgb(193,12,187); }
div.DivClassName
{
background-color: #C10CBB;
}
.BgClassName
{
background-color: #C10CBB;
}
</style>
border-color css
<style>
span { border-color: #C10CBB; }
span { border-color: rgb(193,12,187); }
td.TdClassName
{
border-color: #C10CBB;
}
.TagClassName
{
border-color: #C10CBB;
}
</style>