Shades of Medium Violet Red #C5029A
Tints of Medium Violet Red #C5029A
RGB
CMYK
RGB Variations
Color information
#C5029A (or 0xC5029A) is known color: Medium Violet Red. HEX triplet: C5, 02 and 9A. RGB value is (197,2,154). Sum of RGB (Red+Green+Blue) = 197+2+154=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 2 (1.17% from 255 or 0.57% from 353); Blue value is 154 (60.55% from 255 or 43.63% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C5029A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5029A is #3AFD65. Grayscale: #4D4D4D. Windows color (decimal): -3865958 or 10093253. OLE color: 10093253.
HSL color Cylindrical-coordinate representation of color #C5029A: hue angle of 313.23º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5029A is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 2 | 154 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.23 |
| HSL | 313.23º | 0.98% | 0.39% | - |
| HSV(B) | 313.23º | 0.99% | 0.77% | - |
| XYZ | 28.88 | 14.25 | 31.8 | - |
| YUV | 77.63 | 171.1 | 213.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 2 | 154 | 0 | 0.99 | 0.22 | 0.23 | 313.23 | 0.98 | 0.39 |
| Hex | C5 | 2 | 9A | 0 | 63 | 16 | 17 | 139 | 62 | 27 |
| Octal | 305 | 2 | 232 | 0 | 143 | 26 | 27 | 471 | 142 | 47 |
| Binary | 11000101 | 10 | 10011010 | 0 | 1100011 | 10110 | 10111 | 100111001 | 1100010 | 100111 |
Color Harmonies of #C5029A
Complementary color
Monochromatic Colors of #C5029A
Black with #C5029A
Text Example
Text Example
White with #C5029A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5029A; }
p { color: rgb(197,2,154); }
H1.HeaderClassName
{
color: #C5029A;
}
.AnyTagClassName
{
color: #C5029A;
}
</style>
background-color css
<style>
a { background-color: #C5029A; }
a { background-color: rgb(197,2,154); }
div.DivClassName
{
background-color: #C5029A;
}
.BgClassName
{
background-color: #C5029A;
}
</style>
border-color css
<style>
span { border-color: #C5029A; }
span { border-color: rgb(197,2,154); }
td.TdClassName
{
border-color: #C5029A;
}
.TagClassName
{
border-color: #C5029A;
}
</style>