Shades of Medium Violet Red #C52699
Tints of Medium Violet Red #C52699
RGB
CMYK
RGB Variations
Color information
#C52699 (or 0xC52699) is known color: Medium Violet Red. HEX triplet: C5, 26 and 99. RGB value is (197,38,153). Sum of RGB (Red+Green+Blue) = 197+38+153=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 38 (15.23% from 255 or 9.79% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C52699 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52699 is #3AD966. Grayscale: #626262. Windows color (decimal): -3856743 or 10036933. OLE color: 10036933.
HSL color Cylindrical-coordinate representation of color #C52699: hue angle of 316.6º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52699 is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 153 | - |
| CMYK | 0 | 0.81 | 0.22 | 0.23 |
| HSL | 316.6º | 0.68% | 0.46% | - |
| HSV(B) | 316.6º | 0.81% | 0.77% | - |
| XYZ | 29.47 | 15.56 | 31.59 | - |
| YUV | 98.65 | 158.68 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 153 | 0 | 0.81 | 0.22 | 0.23 | 316.6 | 0.68 | 0.46 |
| Hex | C5 | 26 | 99 | 0 | 51 | 16 | 17 | 13D | 44 | 2E |
| Octal | 305 | 46 | 231 | 0 | 121 | 26 | 27 | 475 | 104 | 56 |
| Binary | 11000101 | 100110 | 10011001 | 0 | 1010001 | 10110 | 10111 | 100111101 | 1000100 | 101110 |
Color Harmonies of #C52699
Complementary color
Monochromatic Colors of #C52699
Black with #C52699
Text Example
Text Example
White with #C52699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52699; }
p { color: rgb(197,38,153); }
H1.HeaderClassName
{
color: #C52699;
}
.AnyTagClassName
{
color: #C52699;
}
</style>
background-color css
<style>
a { background-color: #C52699; }
a { background-color: rgb(197,38,153); }
div.DivClassName
{
background-color: #C52699;
}
.BgClassName
{
background-color: #C52699;
}
</style>
border-color css
<style>
span { border-color: #C52699; }
span { border-color: rgb(197,38,153); }
td.TdClassName
{
border-color: #C52699;
}
.TagClassName
{
border-color: #C52699;
}
</style>