Shades of Deep Magenta #C10CB2
Tints of Deep Magenta #C10CB2
RGB
CMYK
RGB Variations
Color information
#C10CB2 (or 0xC10CB2) is known color: Deep Magenta. HEX triplet: C1, 0C and B2. RGB value is (193,12,178). Sum of RGB (Red+Green+Blue) = 193+12+178=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 12 (5.08% from 255 or 3.13% from 383); Blue value is 178 (69.92% from 255 or 46.48% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C10CB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10CB2 is #3EF34D. Grayscale: #545454. Windows color (decimal): -4125518 or 11668673. OLE color: 11668673.
HSL color Cylindrical-coordinate representation of color #C10CB2: hue angle of 304.97º 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 #C10CB2 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 12 | 178 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.24 |
| HSL | 304.97º | 0.88% | 0.4% | - |
| HSV(B) | 304.97º | 0.94% | 0.76% | - |
| XYZ | 30.16 | 14.81 | 43.39 | - |
| YUV | 85.04 | 180.47 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 12 | 178 | 0 | 0.94 | 0.08 | 0.24 | 304.97 | 0.88 | 0.4 |
| Hex | C1 | C | B2 | 0 | 5E | 8 | 18 | 131 | 58 | 28 |
| Octal | 301 | 14 | 262 | 0 | 136 | 10 | 30 | 461 | 130 | 50 |
| Binary | 11000001 | 1100 | 10110010 | 0 | 1011110 | 1000 | 11000 | 100110001 | 1011000 | 101000 |
Color Harmonies of #C10CB2
Complementary color
Monochromatic Colors of #C10CB2
Black with #C10CB2
Text Example
Text Example
White with #C10CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10CB2; }
p { color: rgb(193,12,178); }
H1.HeaderClassName
{
color: #C10CB2;
}
.AnyTagClassName
{
color: #C10CB2;
}
</style>
background-color css
<style>
a { background-color: #C10CB2; }
a { background-color: rgb(193,12,178); }
div.DivClassName
{
background-color: #C10CB2;
}
.BgClassName
{
background-color: #C10CB2;
}
</style>
border-color css
<style>
span { border-color: #C10CB2; }
span { border-color: rgb(193,12,178); }
td.TdClassName
{
border-color: #C10CB2;
}
.TagClassName
{
border-color: #C10CB2;
}
</style>