Shades of Deep Magenta #C507B5
Tints of Deep Magenta #C507B5
RGB
CMYK
RGB Variations
Color information
#C507B5 (or 0xC507B5) is known color: Deep Magenta. HEX triplet: C5, 07 and B5. RGB value is (197,7,181). Sum of RGB (Red+Green+Blue) = 197+7+181=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 7 (3.12% from 255 or 1.82% from 385); Blue value is 181 (71.09% from 255 or 47.01% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C507B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C507B5 is #3AF84A. Grayscale: #535353. Windows color (decimal): -3864651 or 11864005. OLE color: 11864005.
HSL color Cylindrical-coordinate representation of color #C507B5: hue angle of 305.05º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C507B5 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 7 | 181 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.23 |
| HSL | 305.05º | 0.93% | 0.4% | - |
| HSV(B) | 305.05º | 0.96% | 0.77% | - |
| XYZ | 31.44 | 15.36 | 45.02 | - |
| YUV | 83.65 | 182.95 | 208.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 181 | 0 | 0.96 | 0.08 | 0.23 | 305.05 | 0.93 | 0.4 |
| Hex | C5 | 7 | B5 | 0 | 60 | 8 | 17 | 131 | 5D | 28 |
| Octal | 305 | 7 | 265 | 0 | 140 | 10 | 27 | 461 | 135 | 50 |
| Binary | 11000101 | 111 | 10110101 | 0 | 1100000 | 1000 | 10111 | 100110001 | 1011101 | 101000 |
Color Harmonies of #C507B5
Complementary color
Monochromatic Colors of #C507B5
Black with #C507B5
Text Example
Text Example
White with #C507B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C507B5; }
p { color: rgb(197,7,181); }
H1.HeaderClassName
{
color: #C507B5;
}
.AnyTagClassName
{
color: #C507B5;
}
</style>
background-color css
<style>
a { background-color: #C507B5; }
a { background-color: rgb(197,7,181); }
div.DivClassName
{
background-color: #C507B5;
}
.BgClassName
{
background-color: #C507B5;
}
</style>
border-color css
<style>
span { border-color: #C507B5; }
span { border-color: rgb(197,7,181); }
td.TdClassName
{
border-color: #C507B5;
}
.TagClassName
{
border-color: #C507B5;
}
</style>