Shades of Deep Magenta #C507AB
Tints of Deep Magenta #C507AB
RGB
CMYK
RGB Variations
Color information
#C507AB (or 0xC507AB) is known color: Deep Magenta. HEX triplet: C5, 07 and AB. RGB value is (197,7,171). Sum of RGB (Red+Green+Blue) = 197+7+171=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 7 (3.12% from 255 or 1.87% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C507AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C507AB is #3AF854. Grayscale: #525252. Windows color (decimal): -3864661 or 11208645. OLE color: 11208645.
HSL color Cylindrical-coordinate representation of color #C507AB: hue angle of 308.21º 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 #C507AB is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 7 | 171 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.23 |
| HSL | 308.21º | 0.93% | 0.4% | - |
| HSV(B) | 308.21º | 0.96% | 0.77% | - |
| XYZ | 30.45 | 14.96 | 39.81 | - |
| YUV | 82.51 | 177.95 | 209.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 171 | 0 | 0.96 | 0.13 | 0.23 | 308.21 | 0.93 | 0.4 |
| Hex | C5 | 7 | AB | 0 | 60 | D | 17 | 134 | 5D | 28 |
| Octal | 305 | 7 | 253 | 0 | 140 | 15 | 27 | 464 | 135 | 50 |
| Binary | 11000101 | 111 | 10101011 | 0 | 1100000 | 1101 | 10111 | 100110100 | 1011101 | 101000 |
Color Harmonies of #C507AB
Complementary color
Monochromatic Colors of #C507AB
Black with #C507AB
Text Example
Text Example
White with #C507AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C507AB; }
p { color: rgb(197,7,171); }
H1.HeaderClassName
{
color: #C507AB;
}
.AnyTagClassName
{
color: #C507AB;
}
</style>
background-color css
<style>
a { background-color: #C507AB; }
a { background-color: rgb(197,7,171); }
div.DivClassName
{
background-color: #C507AB;
}
.BgClassName
{
background-color: #C507AB;
}
</style>
border-color css
<style>
span { border-color: #C507AB; }
span { border-color: rgb(197,7,171); }
td.TdClassName
{
border-color: #C507AB;
}
.TagClassName
{
border-color: #C507AB;
}
</style>