Shades of Deep Magenta #C010BE
Tints of Deep Magenta #C010BE
RGB
CMYK
RGB Variations
Color information
#C010BE (or 0xC010BE) is known color: Deep Magenta. HEX triplet: C0, 10 and BE. RGB value is (192,16,190). Sum of RGB (Red+Green+Blue) = 192+16+190=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 16 (6.64% from 255 or 4.02% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C010BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C010BE is #3FEF41. Grayscale: #575757. Windows color (decimal): -4190018 or 12456128. OLE color: 12456128.
HSL color Cylindrical-coordinate representation of color #C010BE: hue angle of 300.68º 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 #C010BE is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 190 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.25 |
| HSL | 300.68º | 0.85% | 0.41% | - |
| HSV(B) | 300.68º | 0.92% | 0.75% | - |
| XYZ | 31.22 | 15.29 | 50.02 | - |
| YUV | 88.46 | 185.31 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 190 | 0 | 0.92 | 0.01 | 0.25 | 300.68 | 0.85 | 0.41 |
| Hex | C0 | 10 | BE | 0 | 5C | 1 | 19 | 12D | 55 | 29 |
| Octal | 300 | 20 | 276 | 0 | 134 | 1 | 31 | 455 | 125 | 51 |
| Binary | 11000000 | 10000 | 10111110 | 0 | 1011100 | 1 | 11001 | 100101101 | 1010101 | 101001 |
Color Harmonies of #C010BE
Complementary color
Monochromatic Colors of #C010BE
Black with #C010BE
Text Example
Text Example
White with #C010BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C010BE; }
p { color: rgb(192,16,190); }
H1.HeaderClassName
{
color: #C010BE;
}
.AnyTagClassName
{
color: #C010BE;
}
</style>
background-color css
<style>
a { background-color: #C010BE; }
a { background-color: rgb(192,16,190); }
div.DivClassName
{
background-color: #C010BE;
}
.BgClassName
{
background-color: #C010BE;
}
</style>
border-color css
<style>
span { border-color: #C010BE; }
span { border-color: rgb(192,16,190); }
td.TdClassName
{
border-color: #C010BE;
}
.TagClassName
{
border-color: #C010BE;
}
</style>