Shades of Medium Red Violet #C52D92
Tints of Medium Red Violet #C52D92
RGB
CMYK
RGB Variations
Color information
#C52D92 (or 0xC52D92) is known color: Medium Red Violet. HEX triplet: C5, 2D and 92. RGB value is (197,45,146). Sum of RGB (Red+Green+Blue) = 197+45+146=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 45 (17.97% from 255 or 11.60% from 388); Blue value is 146 (57.42% from 255 or 37.63% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C52D92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52D92 is #3AD26D. Grayscale: #656565. Windows color (decimal): -3854958 or 9579973. OLE color: 9579973.
HSL color Cylindrical-coordinate representation of color #C52D92: hue angle of 320.13º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C52D92 is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 45 | 146 | - |
| CMYK | 0 | 0.77 | 0.26 | 0.23 |
| HSL | 320.13º | 0.63% | 0.47% | - |
| HSV(B) | 320.13º | 0.77% | 0.77% | - |
| XYZ | 29.15 | 15.82 | 28.71 | - |
| YUV | 101.96 | 152.86 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 45 | 146 | 0 | 0.77 | 0.26 | 0.23 | 320.13 | 0.63 | 0.47 |
| Hex | C5 | 2D | 92 | 0 | 4D | 1A | 17 | 140 | 3F | 2F |
| Octal | 305 | 55 | 222 | 0 | 115 | 32 | 27 | 500 | 77 | 57 |
| Binary | 11000101 | 101101 | 10010010 | 0 | 1001101 | 11010 | 10111 | 101000000 | 111111 | 101111 |
Color Harmonies of #C52D92
Complementary color
Monochromatic Colors of #C52D92
Black with #C52D92
Text Example
Text Example
White with #C52D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52D92; }
p { color: rgb(197,45,146); }
H1.HeaderClassName
{
color: #C52D92;
}
.AnyTagClassName
{
color: #C52D92;
}
</style>
background-color css
<style>
a { background-color: #C52D92; }
a { background-color: rgb(197,45,146); }
div.DivClassName
{
background-color: #C52D92;
}
.BgClassName
{
background-color: #C52D92;
}
</style>
border-color css
<style>
span { border-color: #C52D92; }
span { border-color: rgb(197,45,146); }
td.TdClassName
{
border-color: #C52D92;
}
.TagClassName
{
border-color: #C52D92;
}
</style>