Shades of Medium Violet Red #C5029D
Tints of Medium Violet Red #C5029D
RGB
CMYK
RGB Variations
Color information
#C5029D (or 0xC5029D) is known color: Medium Violet Red. HEX triplet: C5, 02 and 9D. RGB value is (197,2,157). Sum of RGB (Red+Green+Blue) = 197+2+157=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C5029D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5029D is #3AFD62. Grayscale: #4D4D4D. Windows color (decimal): -3865955 or 10289861. OLE color: 10289861.
HSL color Cylindrical-coordinate representation of color #C5029D: hue angle of 312.31º 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 #C5029D is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 2 | 157 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.23 |
| HSL | 312.31º | 0.98% | 0.39% | - |
| HSV(B) | 312.31º | 0.99% | 0.77% | - |
| XYZ | 29.13 | 14.35 | 33.13 | - |
| YUV | 77.98 | 172.6 | 212.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 2 | 157 | 0 | 0.99 | 0.20 | 0.23 | 312.31 | 0.98 | 0.39 |
| Hex | C5 | 2 | 9D | 0 | 63 | 14 | 17 | 138 | 62 | 27 |
| Octal | 305 | 2 | 235 | 0 | 143 | 24 | 27 | 470 | 142 | 47 |
| Binary | 11000101 | 10 | 10011101 | 0 | 1100011 | 10100 | 10111 | 100111000 | 1100010 | 100111 |
Color Harmonies of #C5029D
Complementary color
Monochromatic Colors of #C5029D
Black with #C5029D
Text Example
Text Example
White with #C5029D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5029D; }
p { color: rgb(197,2,157); }
H1.HeaderClassName
{
color: #C5029D;
}
.AnyTagClassName
{
color: #C5029D;
}
</style>
background-color css
<style>
a { background-color: #C5029D; }
a { background-color: rgb(197,2,157); }
div.DivClassName
{
background-color: #C5029D;
}
.BgClassName
{
background-color: #C5029D;
}
</style>
border-color css
<style>
span { border-color: #C5029D; }
span { border-color: rgb(197,2,157); }
td.TdClassName
{
border-color: #C5029D;
}
.TagClassName
{
border-color: #C5029D;
}
</style>