Shades of Deep Magenta #C507B4
Tints of Deep Magenta #C507B4
RGB
CMYK
RGB Variations
Color information
#C507B4 (or 0xC507B4) is known color: Deep Magenta. HEX triplet: C5, 07 and B4. RGB value is (197,7,180). Sum of RGB (Red+Green+Blue) = 197+7+180=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 7 (3.12% from 255 or 1.82% from 384); Blue value is 180 (70.70% from 255 or 46.88% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C507B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C507B4 is #3AF84B. Grayscale: #535353. Windows color (decimal): -3864652 or 11798469. OLE color: 11798469.
HSL color Cylindrical-coordinate representation of color #C507B4: hue angle of 305.37º 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 #C507B4 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 7 | 180 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.23 |
| HSL | 305.37º | 0.93% | 0.4% | - |
| HSV(B) | 305.37º | 0.96% | 0.77% | - |
| XYZ | 31.34 | 15.32 | 44.48 | - |
| YUV | 83.53 | 182.45 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 180 | 0 | 0.96 | 0.09 | 0.23 | 305.37 | 0.93 | 0.4 |
| Hex | C5 | 7 | B4 | 0 | 60 | 9 | 17 | 131 | 5D | 28 |
| Octal | 305 | 7 | 264 | 0 | 140 | 11 | 27 | 461 | 135 | 50 |
| Binary | 11000101 | 111 | 10110100 | 0 | 1100000 | 1001 | 10111 | 100110001 | 1011101 | 101000 |
Color Harmonies of #C507B4
Complementary color
Monochromatic Colors of #C507B4
Black with #C507B4
Text Example
Text Example
White with #C507B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C507B4; }
p { color: rgb(197,7,180); }
H1.HeaderClassName
{
color: #C507B4;
}
.AnyTagClassName
{
color: #C507B4;
}
</style>
background-color css
<style>
a { background-color: #C507B4; }
a { background-color: rgb(197,7,180); }
div.DivClassName
{
background-color: #C507B4;
}
.BgClassName
{
background-color: #C507B4;
}
</style>
border-color css
<style>
span { border-color: #C507B4; }
span { border-color: rgb(197,7,180); }
td.TdClassName
{
border-color: #C507B4;
}
.TagClassName
{
border-color: #C507B4;
}
</style>