Shades of Deep Magenta #C505B0
Tints of Deep Magenta #C505B0
RGB
CMYK
RGB Variations
Color information
#C505B0 (or 0xC505B0) is known color: Deep Magenta. HEX triplet: C5, 05 and B0. RGB value is (197,5,176). Sum of RGB (Red+Green+Blue) = 197+5+176=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 5 (2.34% from 255 or 1.32% from 378); Blue value is 176 (69.14% from 255 or 46.56% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C505B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C505B0 is #3AFA4F. Grayscale: #515151. Windows color (decimal): -3865168 or 11535813. OLE color: 11535813.
HSL color Cylindrical-coordinate representation of color #C505B0: hue angle of 306.56º 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 #C505B0 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 5 | 176 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.23 |
| HSL | 306.56º | 0.95% | 0.4% | - |
| HSV(B) | 306.56º | 0.97% | 0.77% | - |
| XYZ | 30.92 | 15.11 | 42.36 | - |
| YUV | 81.9 | 181.11 | 210.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 176 | 0 | 0.97 | 0.11 | 0.23 | 306.56 | 0.95 | 0.4 |
| Hex | C5 | 5 | B0 | 0 | 61 | B | 17 | 133 | 5F | 28 |
| Octal | 305 | 5 | 260 | 0 | 141 | 13 | 27 | 463 | 137 | 50 |
| Binary | 11000101 | 101 | 10110000 | 0 | 1100001 | 1011 | 10111 | 100110011 | 1011111 | 101000 |
Color Harmonies of #C505B0
Complementary color
Monochromatic Colors of #C505B0
Black with #C505B0
Text Example
Text Example
White with #C505B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C505B0; }
p { color: rgb(197,5,176); }
H1.HeaderClassName
{
color: #C505B0;
}
.AnyTagClassName
{
color: #C505B0;
}
</style>
background-color css
<style>
a { background-color: #C505B0; }
a { background-color: rgb(197,5,176); }
div.DivClassName
{
background-color: #C505B0;
}
.BgClassName
{
background-color: #C505B0;
}
</style>
border-color css
<style>
span { border-color: #C505B0; }
span { border-color: rgb(197,5,176); }
td.TdClassName
{
border-color: #C505B0;
}
.TagClassName
{
border-color: #C505B0;
}
</style>