Shades of Deep Magenta #C10BC2
Tints of Deep Magenta #C10BC2
RGB
CMYK
RGB Variations
Color information
#C10BC2 (or 0xC10BC2) is known color: Deep Magenta. HEX triplet: C1, 0B and C2. RGB value is (193,11,194). Sum of RGB (Red+Green+Blue) = 193+11+194=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 11 (4.69% from 255 or 2.76% from 398); Blue value is 194 (76.17% from 255 or 48.74% from 398); Max value from RGB is 194 - color contains mainly: blue. Hex color #C10BC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C10BC2 is #3EF43D. Grayscale: #555555. Windows color (decimal): -4125758 or 12716993. OLE color: 12716993.
HSL color Cylindrical-coordinate representation of color #C10BC2: hue angle of 299.67º degrees, saturation: 0.89, 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 #C10BC2 is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 11 | 194 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.24 |
| HSL | 299.67º | 0.89% | 0.4% | - |
| HSV(B) | 299.67º | 0.94% | 0.76% | - |
| XYZ | 31.85 | 15.47 | 52.35 | - |
| YUV | 86.28 | 188.8 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 11 | 194 | 0.01 | 0.94 | 0 | 0.24 | 299.67 | 0.89 | 0.4 |
| Hex | C1 | B | C2 | 1 | 5E | 0 | 18 | 12C | 59 | 28 |
| Octal | 301 | 13 | 302 | 1 | 136 | 0 | 30 | 454 | 131 | 50 |
| Binary | 11000001 | 1011 | 11000010 | 1 | 1011110 | 0 | 11000 | 100101100 | 1011001 | 101000 |
Color Harmonies of #C10BC2
Complementary color
Monochromatic Colors of #C10BC2
Black with #C10BC2
Text Example
Text Example
White with #C10BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10BC2; }
p { color: rgb(193,11,194); }
H1.HeaderClassName
{
color: #C10BC2;
}
.AnyTagClassName
{
color: #C10BC2;
}
</style>
background-color css
<style>
a { background-color: #C10BC2; }
a { background-color: rgb(193,11,194); }
div.DivClassName
{
background-color: #C10BC2;
}
.BgClassName
{
background-color: #C10BC2;
}
</style>
border-color css
<style>
span { border-color: #C10BC2; }
span { border-color: rgb(193,11,194); }
td.TdClassName
{
border-color: #C10BC2;
}
.TagClassName
{
border-color: #C10BC2;
}
</style>