Shades of Deep Magenta #C521BB
Tints of Deep Magenta #C521BB
RGB
CMYK
RGB Variations
Color information
#C521BB (or 0xC521BB) is known color: Deep Magenta. HEX triplet: C5, 21 and BB. RGB value is (197,33,187). Sum of RGB (Red+Green+Blue) = 197+33+187=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 33 (13.28% from 255 or 7.91% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C521BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C521BB is #3ADE44. Grayscale: #636363. Windows color (decimal): -3857989 or 12263877. OLE color: 12263877.
HSL color Cylindrical-coordinate representation of color #C521BB: hue angle of 303.66º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C521BB is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 33 | 187 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.23 |
| HSL | 303.66º | 0.71% | 0.45% | - |
| HSV(B) | 303.66º | 0.83% | 0.77% | - |
| XYZ | 32.54 | 16.55 | 48.49 | - |
| YUV | 99.59 | 177.33 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 33 | 187 | 0 | 0.83 | 0.05 | 0.23 | 303.66 | 0.71 | 0.45 |
| Hex | C5 | 21 | BB | 0 | 53 | 5 | 17 | 130 | 47 | 2D |
| Octal | 305 | 41 | 273 | 0 | 123 | 5 | 27 | 460 | 107 | 55 |
| Binary | 11000101 | 100001 | 10111011 | 0 | 1010011 | 101 | 10111 | 100110000 | 1000111 | 101101 |
Color Harmonies of #C521BB
Complementary color
Monochromatic Colors of #C521BB
Black with #C521BB
Text Example
Text Example
White with #C521BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C521BB; }
p { color: rgb(197,33,187); }
H1.HeaderClassName
{
color: #C521BB;
}
.AnyTagClassName
{
color: #C521BB;
}
</style>
background-color css
<style>
a { background-color: #C521BB; }
a { background-color: rgb(197,33,187); }
div.DivClassName
{
background-color: #C521BB;
}
.BgClassName
{
background-color: #C521BB;
}
</style>
border-color css
<style>
span { border-color: #C521BB; }
span { border-color: rgb(197,33,187); }
td.TdClassName
{
border-color: #C521BB;
}
.TagClassName
{
border-color: #C521BB;
}
</style>