Shades of Deep Magenta #C10BCA
Tints of Deep Magenta #C10BCA
RGB
CMYK
RGB Variations
Color information
#C10BCA (or 0xC10BCA) is known color: Deep Magenta. HEX triplet: C1, 0B and CA. RGB value is (193,11,202). Sum of RGB (Red+Green+Blue) = 193+11+202=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 11 (4.69% from 255 or 2.71% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #C10BCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10BCA is #3EF435. Grayscale: #565656. Windows color (decimal): -4125750 or 13241281. OLE color: 13241281.
HSL color Cylindrical-coordinate representation of color #C10BCA: hue angle of 297.17º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10BCA is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 11 | 202 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.21 |
| HSL | 297.17º | 0.9% | 0.42% | - |
| HSV(B) | 297.17º | 0.95% | 0.79% | - |
| XYZ | 32.77 | 15.84 | 57.21 | - |
| YUV | 87.19 | 192.8 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 11 | 202 | 0.04 | 0.95 | 0 | 0.21 | 297.17 | 0.9 | 0.42 |
| Hex | C1 | B | CA | 4 | 5F | 0 | 15 | 129 | 5A | 2A |
| Octal | 301 | 13 | 312 | 4 | 137 | 0 | 25 | 451 | 132 | 52 |
| Binary | 11000001 | 1011 | 11001010 | 100 | 1011111 | 0 | 10101 | 100101001 | 1011010 | 101010 |
Color Harmonies of #C10BCA
Complementary color
Monochromatic Colors of #C10BCA
Black with #C10BCA
Text Example
Text Example
White with #C10BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10BCA; }
p { color: rgb(193,11,202); }
H1.HeaderClassName
{
color: #C10BCA;
}
.AnyTagClassName
{
color: #C10BCA;
}
</style>
background-color css
<style>
a { background-color: #C10BCA; }
a { background-color: rgb(193,11,202); }
div.DivClassName
{
background-color: #C10BCA;
}
.BgClassName
{
background-color: #C10BCA;
}
</style>
border-color css
<style>
span { border-color: #C10BCA; }
span { border-color: rgb(193,11,202); }
td.TdClassName
{
border-color: #C10BCA;
}
.TagClassName
{
border-color: #C10BCA;
}
</style>