Shades of Deep Magenta #C010BC
Tints of Deep Magenta #C010BC
RGB
CMYK
RGB Variations
Color information
#C010BC (or 0xC010BC) is known color: Deep Magenta. HEX triplet: C0, 10 and BC. RGB value is (192,16,188). Sum of RGB (Red+Green+Blue) = 192+16+188=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 16 (6.64% from 255 or 4.04% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C010BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C010BC is #3FEF43. Grayscale: #575757. Windows color (decimal): -4190020 or 12325056. OLE color: 12325056.
HSL color Cylindrical-coordinate representation of color #C010BC: hue angle of 301.36º 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 #C010BC is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 188 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.25 |
| HSL | 301.36º | 0.85% | 0.41% | - |
| HSV(B) | 301.36º | 0.92% | 0.75% | - |
| XYZ | 31 | 15.21 | 48.88 | - |
| YUV | 88.23 | 184.31 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 188 | 0 | 0.92 | 0.02 | 0.25 | 301.36 | 0.85 | 0.41 |
| Hex | C0 | 10 | BC | 0 | 5C | 2 | 19 | 12D | 55 | 29 |
| Octal | 300 | 20 | 274 | 0 | 134 | 2 | 31 | 455 | 125 | 51 |
| Binary | 11000000 | 10000 | 10111100 | 0 | 1011100 | 10 | 11001 | 100101101 | 1010101 | 101001 |
Color Harmonies of #C010BC
Complementary color
Monochromatic Colors of #C010BC
Black with #C010BC
Text Example
Text Example
White with #C010BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C010BC; }
p { color: rgb(192,16,188); }
H1.HeaderClassName
{
color: #C010BC;
}
.AnyTagClassName
{
color: #C010BC;
}
</style>
background-color css
<style>
a { background-color: #C010BC; }
a { background-color: rgb(192,16,188); }
div.DivClassName
{
background-color: #C010BC;
}
.BgClassName
{
background-color: #C010BC;
}
</style>
border-color css
<style>
span { border-color: #C010BC; }
span { border-color: rgb(192,16,188); }
td.TdClassName
{
border-color: #C010BC;
}
.TagClassName
{
border-color: #C010BC;
}
</style>