Shades of Deep Magenta #C005BE
Tints of Deep Magenta #C005BE
RGB
CMYK
RGB Variations
Color information
#C005BE (or 0xC005BE) is known color: Deep Magenta. HEX triplet: C0, 05 and BE. RGB value is (192,5,190). Sum of RGB (Red+Green+Blue) = 192+5+190=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 5 (2.34% from 255 or 1.29% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C005BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C005BE is #3FFA41. Grayscale: #515151. Windows color (decimal): -4192834 or 12453312. OLE color: 12453312.
HSL color Cylindrical-coordinate representation of color #C005BE: hue angle of 300.64º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C005BE is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 5 | 190 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.25 |
| HSL | 300.64º | 0.95% | 0.39% | - |
| HSV(B) | 300.64º | 0.97% | 0.75% | - |
| XYZ | 31.09 | 15.03 | 49.98 | - |
| YUV | 82 | 188.95 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 190 | 0 | 0.97 | 0.01 | 0.25 | 300.64 | 0.95 | 0.39 |
| Hex | C0 | 5 | BE | 0 | 61 | 1 | 19 | 12D | 5F | 27 |
| Octal | 300 | 5 | 276 | 0 | 141 | 1 | 31 | 455 | 137 | 47 |
| Binary | 11000000 | 101 | 10111110 | 0 | 1100001 | 1 | 11001 | 100101101 | 1011111 | 100111 |
Color Harmonies of #C005BE
Complementary color
Monochromatic Colors of #C005BE
Black with #C005BE
Text Example
Text Example
White with #C005BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C005BE; }
p { color: rgb(192,5,190); }
H1.HeaderClassName
{
color: #C005BE;
}
.AnyTagClassName
{
color: #C005BE;
}
</style>
background-color css
<style>
a { background-color: #C005BE; }
a { background-color: rgb(192,5,190); }
div.DivClassName
{
background-color: #C005BE;
}
.BgClassName
{
background-color: #C005BE;
}
</style>
border-color css
<style>
span { border-color: #C005BE; }
span { border-color: rgb(192,5,190); }
td.TdClassName
{
border-color: #C005BE;
}
.TagClassName
{
border-color: #C005BE;
}
</style>