Shades of Medium Red Violet #C52893
Tints of Medium Red Violet #C52893
RGB
CMYK
RGB Variations
Color information
#C52893 (or 0xC52893) is known color: Medium Red Violet. HEX triplet: C5, 28 and 93. RGB value is (197,40,147). Sum of RGB (Red+Green+Blue) = 197+40+147=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 40 (16.02% from 255 or 10.42% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C52893 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52893 is #3AD76C. Grayscale: #626262. Windows color (decimal): -3856237 or 9644229. OLE color: 9644229.
HSL color Cylindrical-coordinate representation of color #C52893: hue angle of 319.11º degrees, saturation: 0.66, 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 #C52893 is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 147 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.23 |
| HSL | 319.11º | 0.66% | 0.46% | - |
| HSV(B) | 319.11º | 0.8% | 0.77% | - |
| XYZ | 29.05 | 15.49 | 29.06 | - |
| YUV | 99.14 | 155.01 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 147 | 0 | 0.80 | 0.25 | 0.23 | 319.11 | 0.66 | 0.46 |
| Hex | C5 | 28 | 93 | 0 | 50 | 19 | 17 | 13F | 42 | 2E |
| Octal | 305 | 50 | 223 | 0 | 120 | 31 | 27 | 477 | 102 | 56 |
| Binary | 11000101 | 101000 | 10010011 | 0 | 1010000 | 11001 | 10111 | 100111111 | 1000010 | 101110 |
Color Harmonies of #C52893
Complementary color
Monochromatic Colors of #C52893
Black with #C52893
Text Example
Text Example
White with #C52893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52893; }
p { color: rgb(197,40,147); }
H1.HeaderClassName
{
color: #C52893;
}
.AnyTagClassName
{
color: #C52893;
}
</style>
background-color css
<style>
a { background-color: #C52893; }
a { background-color: rgb(197,40,147); }
div.DivClassName
{
background-color: #C52893;
}
.BgClassName
{
background-color: #C52893;
}
</style>
border-color css
<style>
span { border-color: #C52893; }
span { border-color: rgb(197,40,147); }
td.TdClassName
{
border-color: #C52893;
}
.TagClassName
{
border-color: #C52893;
}
</style>