Shades of Deep Magenta #C521CB
Tints of Deep Magenta #C521CB
RGB
CMYK
RGB Variations
Color information
#C521CB (or 0xC521CB) is known color: Deep Magenta. HEX triplet: C5, 21 and CB. RGB value is (197,33,203). Sum of RGB (Red+Green+Blue) = 197+33+203=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 33 (13.28% from 255 or 7.62% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #C521CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C521CB is #3ADE34. Grayscale: #646464. Windows color (decimal): -3857973 or 13312453. OLE color: 13312453.
HSL color Cylindrical-coordinate representation of color #C521CB: hue angle of 297.88º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C521CB is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 33 | 203 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.20 |
| HSL | 297.88º | 0.72% | 0.46% | - |
| HSV(B) | 297.88º | 0.84% | 0.8% | - |
| XYZ | 34.35 | 17.27 | 58.02 | - |
| YUV | 101.42 | 185.33 | 196.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 33 | 203 | 0.03 | 0.84 | 0 | 0.20 | 297.88 | 0.72 | 0.46 |
| Hex | C5 | 21 | CB | 3 | 54 | 0 | 14 | 12A | 48 | 2E |
| Octal | 305 | 41 | 313 | 3 | 124 | 0 | 24 | 452 | 110 | 56 |
| Binary | 11000101 | 100001 | 11001011 | 11 | 1010100 | 0 | 10100 | 100101010 | 1001000 | 101110 |
Color Harmonies of #C521CB
Complementary color
Monochromatic Colors of #C521CB
Black with #C521CB
Text Example
Text Example
White with #C521CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C521CB; }
p { color: rgb(197,33,203); }
H1.HeaderClassName
{
color: #C521CB;
}
.AnyTagClassName
{
color: #C521CB;
}
</style>
background-color css
<style>
a { background-color: #C521CB; }
a { background-color: rgb(197,33,203); }
div.DivClassName
{
background-color: #C521CB;
}
.BgClassName
{
background-color: #C521CB;
}
</style>
border-color css
<style>
span { border-color: #C521CB; }
span { border-color: rgb(197,33,203); }
td.TdClassName
{
border-color: #C521CB;
}
.TagClassName
{
border-color: #C521CB;
}
</style>