Shades of Medium Red Violet #C52B8B
Tints of Medium Red Violet #C52B8B
RGB
CMYK
RGB Variations
Color information
#C52B8B (or 0xC52B8B) is known color: Medium Red Violet. HEX triplet: C5, 2B and 8B. RGB value is (197,43,139). Sum of RGB (Red+Green+Blue) = 197+43+139=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 43 (17.19% from 255 or 11.35% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C52B8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52B8B is #3AD474. Grayscale: #636363. Windows color (decimal): -3855477 or 9120709. OLE color: 9120709.
HSL color Cylindrical-coordinate representation of color #C52B8B: hue angle of 322.6º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C52B8B is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 43 | 139 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.23 |
| HSL | 322.6º | 0.64% | 0.47% | - |
| HSV(B) | 322.6º | 0.78% | 0.77% | - |
| XYZ | 28.55 | 15.46 | 25.91 | - |
| YUV | 99.99 | 150.02 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 43 | 139 | 0 | 0.78 | 0.29 | 0.23 | 322.6 | 0.64 | 0.47 |
| Hex | C5 | 2B | 8B | 0 | 4E | 1D | 17 | 143 | 40 | 2F |
| Octal | 305 | 53 | 213 | 0 | 116 | 35 | 27 | 503 | 100 | 57 |
| Binary | 11000101 | 101011 | 10001011 | 0 | 1001110 | 11101 | 10111 | 101000011 | 1000000 | 101111 |
Color Harmonies of #C52B8B
Complementary color
Monochromatic Colors of #C52B8B
Black with #C52B8B
Text Example
Text Example
White with #C52B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52B8B; }
p { color: rgb(197,43,139); }
H1.HeaderClassName
{
color: #C52B8B;
}
.AnyTagClassName
{
color: #C52B8B;
}
</style>
background-color css
<style>
a { background-color: #C52B8B; }
a { background-color: rgb(197,43,139); }
div.DivClassName
{
background-color: #C52B8B;
}
.BgClassName
{
background-color: #C52B8B;
}
</style>
border-color css
<style>
span { border-color: #C52B8B; }
span { border-color: rgb(197,43,139); }
td.TdClassName
{
border-color: #C52B8B;
}
.TagClassName
{
border-color: #C52B8B;
}
</style>