Shades of Deep Magenta #C501BA
Tints of Deep Magenta #C501BA
RGB
CMYK
RGB Variations
Color information
#C501BA (or 0xC501BA) is known color: Deep Magenta. HEX triplet: C5, 01 and BA. RGB value is (197,1,186). Sum of RGB (Red+Green+Blue) = 197+1+186=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 1 (0.78% from 255 or 0.26% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C501BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C501BA is #3AFE45. Grayscale: #505050. Windows color (decimal): -3866182 or 12190149. OLE color: 12190149.
HSL color Cylindrical-coordinate representation of color #C501BA: hue angle of 303.37º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C501BA is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 1 | 186 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.23 |
| HSL | 303.37º | 0.99% | 0.39% | - |
| HSV(B) | 303.37º | 0.99% | 0.77% | - |
| XYZ | 31.9 | 15.44 | 47.75 | - |
| YUV | 80.69 | 187.43 | 210.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 186 | 0 | 0.99 | 0.06 | 0.23 | 303.37 | 0.99 | 0.39 |
| Hex | C5 | 1 | BA | 0 | 63 | 6 | 17 | 12F | 63 | 27 |
| Octal | 305 | 1 | 272 | 0 | 143 | 6 | 27 | 457 | 143 | 47 |
| Binary | 11000101 | 1 | 10111010 | 0 | 1100011 | 110 | 10111 | 100101111 | 1100011 | 100111 |
Color Harmonies of #C501BA
Complementary color
Monochromatic Colors of #C501BA
Black with #C501BA
Text Example
Text Example
White with #C501BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C501BA; }
p { color: rgb(197,1,186); }
H1.HeaderClassName
{
color: #C501BA;
}
.AnyTagClassName
{
color: #C501BA;
}
</style>
background-color css
<style>
a { background-color: #C501BA; }
a { background-color: rgb(197,1,186); }
div.DivClassName
{
background-color: #C501BA;
}
.BgClassName
{
background-color: #C501BA;
}
</style>
border-color css
<style>
span { border-color: #C501BA; }
span { border-color: rgb(197,1,186); }
td.TdClassName
{
border-color: #C501BA;
}
.TagClassName
{
border-color: #C501BA;
}
</style>