Shades of Medium Red Violet #C52788
Tints of Medium Red Violet #C52788
RGB
CMYK
RGB Variations
Color information
#C52788 (or 0xC52788) is known color: Medium Red Violet. HEX triplet: C5, 27 and 88. RGB value is (197,39,136). Sum of RGB (Red+Green+Blue) = 197+39+136=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 39 (15.62% from 255 or 10.48% from 372); Blue value is 136 (53.52% from 255 or 36.56% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C52788 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52788 is #3AD877. Grayscale: #616161. Windows color (decimal): -3856504 or 8923077. OLE color: 8923077.
HSL color Cylindrical-coordinate representation of color #C52788: hue angle of 323.16º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C52788 is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 39 | 136 | - |
| CMYK | 0 | 0.80 | 0.31 | 0.23 |
| HSL | 323.16º | 0.67% | 0.46% | - |
| HSV(B) | 323.16º | 0.8% | 0.77% | - |
| XYZ | 28.2 | 15.1 | 24.72 | - |
| YUV | 97.3 | 149.85 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 39 | 136 | 0 | 0.80 | 0.31 | 0.23 | 323.16 | 0.67 | 0.46 |
| Hex | C5 | 27 | 88 | 0 | 50 | 1F | 17 | 143 | 43 | 2E |
| Octal | 305 | 47 | 210 | 0 | 120 | 37 | 27 | 503 | 103 | 56 |
| Binary | 11000101 | 100111 | 10001000 | 0 | 1010000 | 11111 | 10111 | 101000011 | 1000011 | 101110 |
Color Harmonies of #C52788
Complementary color
Monochromatic Colors of #C52788
Black with #C52788
Text Example
Text Example
White with #C52788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52788; }
p { color: rgb(197,39,136); }
H1.HeaderClassName
{
color: #C52788;
}
.AnyTagClassName
{
color: #C52788;
}
</style>
background-color css
<style>
a { background-color: #C52788; }
a { background-color: rgb(197,39,136); }
div.DivClassName
{
background-color: #C52788;
}
.BgClassName
{
background-color: #C52788;
}
</style>
border-color css
<style>
span { border-color: #C52788; }
span { border-color: rgb(197,39,136); }
td.TdClassName
{
border-color: #C52788;
}
.TagClassName
{
border-color: #C52788;
}
</style>