Shades of Medium Violet Red #C5027A
Tints of Medium Violet Red #C5027A
RGB
CMYK
RGB Variations
Color information
#C5027A (or 0xC5027A) is known color: Medium Violet Red. HEX triplet: C5, 02 and 7A. RGB value is (197,2,122). Sum of RGB (Red+Green+Blue) = 197+2+122=321 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.37% from 321); Green value is 2 (1.17% from 255 or 0.62% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 197 - color contains mainly: red. Hex color #C5027A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5027A is #3AFD85. Grayscale: #494949. Windows color (decimal): -3865990 or 7996101. OLE color: 7996101.
HSL color Cylindrical-coordinate representation of color #C5027A: hue angle of 323.08º 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 #C5027A is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 2 | 122 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.23 |
| HSL | 323.08º | 0.98% | 0.39% | - |
| HSV(B) | 323.08º | 0.99% | 0.77% | - |
| XYZ | 26.56 | 13.32 | 19.58 | - |
| YUV | 73.99 | 155.1 | 215.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 2 | 122 | 0 | 0.99 | 0.38 | 0.23 | 323.08 | 0.98 | 0.39 |
| Hex | C5 | 2 | 7A | 0 | 63 | 26 | 17 | 143 | 62 | 27 |
| Octal | 305 | 2 | 172 | 0 | 143 | 46 | 27 | 503 | 142 | 47 |
| Binary | 11000101 | 10 | 1111010 | 0 | 1100011 | 100110 | 10111 | 101000011 | 1100010 | 100111 |
Color Harmonies of #C5027A
Complementary color
Monochromatic Colors of #C5027A
Black with #C5027A
Text Example
Text Example
White with #C5027A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5027A; }
p { color: rgb(197,2,122); }
H1.HeaderClassName
{
color: #C5027A;
}
.AnyTagClassName
{
color: #C5027A;
}
</style>
background-color css
<style>
a { background-color: #C5027A; }
a { background-color: rgb(197,2,122); }
div.DivClassName
{
background-color: #C5027A;
}
.BgClassName
{
background-color: #C5027A;
}
</style>
border-color css
<style>
span { border-color: #C5027A; }
span { border-color: rgb(197,2,122); }
td.TdClassName
{
border-color: #C5027A;
}
.TagClassName
{
border-color: #C5027A;
}
</style>