Shades of Deep Magenta #C10BCC
Tints of Deep Magenta #C10BCC
RGB
CMYK
RGB Variations
Color information
#C10BCC (or 0xC10BCC) is known color: Deep Magenta. HEX triplet: C1, 0B and CC. RGB value is (193,11,204). Sum of RGB (Red+Green+Blue) = 193+11+204=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 11 (4.69% from 255 or 2.70% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #C10BCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10BCC is #3EF433. Grayscale: #565656. Windows color (decimal): -4125748 or 13372353. OLE color: 13372353.
HSL color Cylindrical-coordinate representation of color #C10BCC: hue angle of 296.58º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10BCC is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 11 | 204 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.2 |
| HSL | 296.58º | 0.9% | 0.42% | - |
| HSV(B) | 296.58º | 0.95% | 0.8% | - |
| XYZ | 33.01 | 15.94 | 58.46 | - |
| YUV | 87.42 | 193.8 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 11 | 204 | 0.05 | 0.95 | 0 | 0.2 | 296.58 | 0.9 | 0.42 |
| Hex | C1 | B | CC | 5 | 5F | 0 | 14 | 129 | 5A | 2A |
| Octal | 301 | 13 | 314 | 5 | 137 | 0 | 24 | 451 | 132 | 52 |
| Binary | 11000001 | 1011 | 11001100 | 101 | 1011111 | 0 | 10100 | 100101001 | 1011010 | 101010 |
Color Harmonies of #C10BCC
Complementary color
Monochromatic Colors of #C10BCC
Black with #C10BCC
Text Example
Text Example
White with #C10BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10BCC; }
p { color: rgb(193,11,204); }
H1.HeaderClassName
{
color: #C10BCC;
}
.AnyTagClassName
{
color: #C10BCC;
}
</style>
background-color css
<style>
a { background-color: #C10BCC; }
a { background-color: rgb(193,11,204); }
div.DivClassName
{
background-color: #C10BCC;
}
.BgClassName
{
background-color: #C10BCC;
}
</style>
border-color css
<style>
span { border-color: #C10BCC; }
span { border-color: rgb(193,11,204); }
td.TdClassName
{
border-color: #C10BCC;
}
.TagClassName
{
border-color: #C10BCC;
}
</style>