Shades of Medium Violet Red #C52696
Tints of Medium Violet Red #C52696
RGB
CMYK
RGB Variations
Color information
#C52696 (or 0xC52696) is known color: Medium Violet Red. HEX triplet: C5, 26 and 96. RGB value is (197,38,150). Sum of RGB (Red+Green+Blue) = 197+38+150=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 38 (15.23% from 255 or 9.87% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C52696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52696 is #3AD969. Grayscale: #626262. Windows color (decimal): -3856746 or 9840325. OLE color: 9840325.
HSL color Cylindrical-coordinate representation of color #C52696: hue angle of 317.74º 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 #C52696 is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 150 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.23 |
| HSL | 317.74º | 0.68% | 0.46% | - |
| HSV(B) | 317.74º | 0.81% | 0.77% | - |
| XYZ | 29.22 | 15.46 | 30.3 | - |
| YUV | 98.31 | 157.18 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 150 | 0 | 0.81 | 0.24 | 0.23 | 317.74 | 0.68 | 0.46 |
| Hex | C5 | 26 | 96 | 0 | 51 | 18 | 17 | 13E | 44 | 2E |
| Octal | 305 | 46 | 226 | 0 | 121 | 30 | 27 | 476 | 104 | 56 |
| Binary | 11000101 | 100110 | 10010110 | 0 | 1010001 | 11000 | 10111 | 100111110 | 1000100 | 101110 |
Color Harmonies of #C52696
Complementary color
Monochromatic Colors of #C52696
Black with #C52696
Text Example
Text Example
White with #C52696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52696; }
p { color: rgb(197,38,150); }
H1.HeaderClassName
{
color: #C52696;
}
.AnyTagClassName
{
color: #C52696;
}
</style>
background-color css
<style>
a { background-color: #C52696; }
a { background-color: rgb(197,38,150); }
div.DivClassName
{
background-color: #C52696;
}
.BgClassName
{
background-color: #C52696;
}
</style>
border-color css
<style>
span { border-color: #C52696; }
span { border-color: rgb(197,38,150); }
td.TdClassName
{
border-color: #C52696;
}
.TagClassName
{
border-color: #C52696;
}
</style>