Shades of Medium Violet Red #C5029C
Tints of Medium Violet Red #C5029C
RGB
CMYK
RGB Variations
Color information
#C5029C (or 0xC5029C) is known color: Medium Violet Red. HEX triplet: C5, 02 and 9C. RGB value is (197,2,156). Sum of RGB (Red+Green+Blue) = 197+2+156=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 2 (1.17% from 255 or 0.56% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C5029C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5029C is #3AFD63. Grayscale: #4D4D4D. Windows color (decimal): -3865956 or 10224325. OLE color: 10224325.
HSL color Cylindrical-coordinate representation of color #C5029C: hue angle of 312.62º 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 #C5029C is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 2 | 156 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.23 |
| HSL | 312.62º | 0.98% | 0.39% | - |
| HSV(B) | 312.62º | 0.99% | 0.77% | - |
| XYZ | 29.05 | 14.31 | 32.68 | - |
| YUV | 77.86 | 172.1 | 212.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 2 | 156 | 0 | 0.99 | 0.21 | 0.23 | 312.62 | 0.98 | 0.39 |
| Hex | C5 | 2 | 9C | 0 | 63 | 15 | 17 | 139 | 62 | 27 |
| Octal | 305 | 2 | 234 | 0 | 143 | 25 | 27 | 471 | 142 | 47 |
| Binary | 11000101 | 10 | 10011100 | 0 | 1100011 | 10101 | 10111 | 100111001 | 1100010 | 100111 |
Color Harmonies of #C5029C
Complementary color
Monochromatic Colors of #C5029C
Black with #C5029C
Text Example
Text Example
White with #C5029C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5029C; }
p { color: rgb(197,2,156); }
H1.HeaderClassName
{
color: #C5029C;
}
.AnyTagClassName
{
color: #C5029C;
}
</style>
background-color css
<style>
a { background-color: #C5029C; }
a { background-color: rgb(197,2,156); }
div.DivClassName
{
background-color: #C5029C;
}
.BgClassName
{
background-color: #C5029C;
}
</style>
border-color css
<style>
span { border-color: #C5029C; }
span { border-color: rgb(197,2,156); }
td.TdClassName
{
border-color: #C5029C;
}
.TagClassName
{
border-color: #C5029C;
}
</style>