Shades of Deep Magenta #C010B2
Tints of Deep Magenta #C010B2
RGB
CMYK
RGB Variations
Color information
#C010B2 (or 0xC010B2) is known color: Deep Magenta. HEX triplet: C0, 10 and B2. RGB value is (192,16,178). Sum of RGB (Red+Green+Blue) = 192+16+178=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 16 (6.64% from 255 or 4.15% from 386); Blue value is 178 (69.92% from 255 or 46.11% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C010B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C010B2 is #3FEF4D. Grayscale: #565656. Windows color (decimal): -4190030 or 11669696. OLE color: 11669696.
HSL color Cylindrical-coordinate representation of color #C010B2: hue angle of 304.77º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C010B2 is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 178 | - |
| CMYK | 0 | 0.92 | 0.07 | 0.25 |
| HSL | 304.77º | 0.85% | 0.41% | - |
| HSV(B) | 304.77º | 0.92% | 0.75% | - |
| XYZ | 29.96 | 14.79 | 43.4 | - |
| YUV | 87.09 | 179.31 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 178 | 0 | 0.92 | 0.07 | 0.25 | 304.77 | 0.85 | 0.41 |
| Hex | C0 | 10 | B2 | 0 | 5C | 7 | 19 | 131 | 55 | 29 |
| Octal | 300 | 20 | 262 | 0 | 134 | 7 | 31 | 461 | 125 | 51 |
| Binary | 11000000 | 10000 | 10110010 | 0 | 1011100 | 111 | 11001 | 100110001 | 1010101 | 101001 |
Color Harmonies of #C010B2
Complementary color
Monochromatic Colors of #C010B2
Black with #C010B2
Text Example
Text Example
White with #C010B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C010B2; }
p { color: rgb(192,16,178); }
H1.HeaderClassName
{
color: #C010B2;
}
.AnyTagClassName
{
color: #C010B2;
}
</style>
background-color css
<style>
a { background-color: #C010B2; }
a { background-color: rgb(192,16,178); }
div.DivClassName
{
background-color: #C010B2;
}
.BgClassName
{
background-color: #C010B2;
}
</style>
border-color css
<style>
span { border-color: #C010B2; }
span { border-color: rgb(192,16,178); }
td.TdClassName
{
border-color: #C010B2;
}
.TagClassName
{
border-color: #C010B2;
}
</style>