Shades of Deep Magenta #C520C8
Tints of Deep Magenta #C520C8
RGB
CMYK
RGB Variations
Color information
#C520C8 (or 0xC520C8) is known color: Deep Magenta. HEX triplet: C5, 20 and C8. RGB value is (197,32,200). Sum of RGB (Red+Green+Blue) = 197+32+200=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 32 (12.89% from 255 or 7.46% from 429); Blue value is 200 (78.52% from 255 or 46.62% from 429); Max value from RGB is 200 - color contains mainly: blue. Hex color #C520C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C520C8 is #3ADF37. Grayscale: #636363. Windows color (decimal): -3858232 or 13115589. OLE color: 13115589.
HSL color Cylindrical-coordinate representation of color #C520C8: hue angle of 298.93º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C520C8 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 32 | 200 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.22 |
| HSL | 298.93º | 0.72% | 0.45% | - |
| HSV(B) | 298.93º | 0.84% | 0.78% | - |
| XYZ | 33.97 | 17.07 | 56.15 | - |
| YUV | 100.49 | 184.16 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 200 | 0.02 | 0.84 | 0 | 0.22 | 298.93 | 0.72 | 0.45 |
| Hex | C5 | 20 | C8 | 2 | 54 | 0 | 16 | 12B | 48 | 2D |
| Octal | 305 | 40 | 310 | 2 | 124 | 0 | 26 | 453 | 110 | 55 |
| Binary | 11000101 | 100000 | 11001000 | 10 | 1010100 | 0 | 10110 | 100101011 | 1001000 | 101101 |
Color Harmonies of #C520C8
Complementary color
Monochromatic Colors of #C520C8
Black with #C520C8
Text Example
Text Example
White with #C520C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C520C8; }
p { color: rgb(197,32,200); }
H1.HeaderClassName
{
color: #C520C8;
}
.AnyTagClassName
{
color: #C520C8;
}
</style>
background-color css
<style>
a { background-color: #C520C8; }
a { background-color: rgb(197,32,200); }
div.DivClassName
{
background-color: #C520C8;
}
.BgClassName
{
background-color: #C520C8;
}
</style>
border-color css
<style>
span { border-color: #C520C8; }
span { border-color: rgb(197,32,200); }
td.TdClassName
{
border-color: #C520C8;
}
.TagClassName
{
border-color: #C520C8;
}
</style>