Shades of Medium Violet Red #CC157A
Tints of Medium Violet Red #CC157A
RGB
CMYK
RGB Variations
Color information
#CC157A (or 0xCC157A) is known color: Medium Violet Red. HEX triplet: CC, 15 and 7A. RGB value is (204,21,122). Sum of RGB (Red+Green+Blue) = 204+21+122=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 21 (8.59% from 255 or 6.05% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC157A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC157A is #33EA85. Grayscale: #575757. Windows color (decimal): -3402374 or 8000972. OLE color: 8000972.
HSL color Cylindrical-coordinate representation of color #CC157A: hue angle of 326.89º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC157A is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 122 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.2 |
| HSL | 326.89º | 0.81% | 0.44% | - |
| HSV(B) | 326.89º | 0.9% | 0.8% | - |
| XYZ | 28.68 | 14.78 | 19.75 | - |
| YUV | 87.23 | 147.63 | 211.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 122 | 0 | 0.90 | 0.40 | 0.2 | 326.89 | 0.81 | 0.44 |
| Hex | CC | 15 | 7A | 0 | 5A | 28 | 14 | 147 | 51 | 2C |
| Octal | 314 | 25 | 172 | 0 | 132 | 50 | 24 | 507 | 121 | 54 |
| Binary | 11001100 | 10101 | 1111010 | 0 | 1011010 | 101000 | 10100 | 101000111 | 1010001 | 101100 |
Color Harmonies of #CC157A
Complementary color
Monochromatic Colors of #CC157A
Black with #CC157A
Text Example
Text Example
White with #CC157A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC157A; }
p { color: rgb(204,21,122); }
H1.HeaderClassName
{
color: #CC157A;
}
.AnyTagClassName
{
color: #CC157A;
}
</style>
background-color css
<style>
a { background-color: #CC157A; }
a { background-color: rgb(204,21,122); }
div.DivClassName
{
background-color: #CC157A;
}
.BgClassName
{
background-color: #CC157A;
}
</style>
border-color css
<style>
span { border-color: #CC157A; }
span { border-color: rgb(204,21,122); }
td.TdClassName
{
border-color: #CC157A;
}
.TagClassName
{
border-color: #CC157A;
}
</style>