Shades of Deep Magenta #C505BE
Tints of Deep Magenta #C505BE
RGB
CMYK
RGB Variations
Color information
#C505BE (or 0xC505BE) is known color: Deep Magenta. HEX triplet: C5, 05 and BE. RGB value is (197,5,190). Sum of RGB (Red+Green+Blue) = 197+5+190=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 5 (2.34% from 255 or 1.28% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C505BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C505BE is #3AFA41. Grayscale: #525252. Windows color (decimal): -3865154 or 12453317. OLE color: 12453317.
HSL color Cylindrical-coordinate representation of color #C505BE: hue angle of 302.19º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C505BE is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 5 | 190 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.23 |
| HSL | 302.19º | 0.95% | 0.4% | - |
| HSV(B) | 302.19º | 0.97% | 0.77% | - |
| XYZ | 32.37 | 15.7 | 50.04 | - |
| YUV | 83.5 | 188.11 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 190 | 0 | 0.97 | 0.04 | 0.23 | 302.19 | 0.95 | 0.4 |
| Hex | C5 | 5 | BE | 0 | 61 | 4 | 17 | 12E | 5F | 28 |
| Octal | 305 | 5 | 276 | 0 | 141 | 4 | 27 | 456 | 137 | 50 |
| Binary | 11000101 | 101 | 10111110 | 0 | 1100001 | 100 | 10111 | 100101110 | 1011111 | 101000 |
Color Harmonies of #C505BE
Complementary color
Monochromatic Colors of #C505BE
Black with #C505BE
Text Example
Text Example
White with #C505BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C505BE; }
p { color: rgb(197,5,190); }
H1.HeaderClassName
{
color: #C505BE;
}
.AnyTagClassName
{
color: #C505BE;
}
</style>
background-color css
<style>
a { background-color: #C505BE; }
a { background-color: rgb(197,5,190); }
div.DivClassName
{
background-color: #C505BE;
}
.BgClassName
{
background-color: #C505BE;
}
</style>
border-color css
<style>
span { border-color: #C505BE; }
span { border-color: rgb(197,5,190); }
td.TdClassName
{
border-color: #C505BE;
}
.TagClassName
{
border-color: #C505BE;
}
</style>