Shades of Medium Violet Red #CC157C
Tints of Medium Violet Red #CC157C
RGB
CMYK
RGB Variations
Color information
#CC157C (or 0xCC157C) is known color: Medium Violet Red. HEX triplet: CC, 15 and 7C. RGB value is (204,21,124). Sum of RGB (Red+Green+Blue) = 204+21+124=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 21 (8.59% from 255 or 6.02% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC157C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC157C is #33EA83. Grayscale: #575757. Windows color (decimal): -3402372 or 8132044. OLE color: 8132044.
HSL color Cylindrical-coordinate representation of color #CC157C: hue angle of 326.23º 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 #CC157C is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 124 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.2 |
| HSL | 326.23º | 0.81% | 0.44% | - |
| HSV(B) | 326.23º | 0.9% | 0.8% | - |
| XYZ | 28.81 | 14.83 | 20.41 | - |
| YUV | 87.46 | 148.63 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 124 | 0 | 0.90 | 0.39 | 0.2 | 326.23 | 0.81 | 0.44 |
| Hex | CC | 15 | 7C | 0 | 5A | 27 | 14 | 146 | 51 | 2C |
| Octal | 314 | 25 | 174 | 0 | 132 | 47 | 24 | 506 | 121 | 54 |
| Binary | 11001100 | 10101 | 1111100 | 0 | 1011010 | 100111 | 10100 | 101000110 | 1010001 | 101100 |
Color Harmonies of #CC157C
Complementary color
Monochromatic Colors of #CC157C
Black with #CC157C
Text Example
Text Example
White with #CC157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC157C; }
p { color: rgb(204,21,124); }
H1.HeaderClassName
{
color: #CC157C;
}
.AnyTagClassName
{
color: #CC157C;
}
</style>
background-color css
<style>
a { background-color: #CC157C; }
a { background-color: rgb(204,21,124); }
div.DivClassName
{
background-color: #CC157C;
}
.BgClassName
{
background-color: #CC157C;
}
</style>
border-color css
<style>
span { border-color: #CC157C; }
span { border-color: rgb(204,21,124); }
td.TdClassName
{
border-color: #CC157C;
}
.TagClassName
{
border-color: #CC157C;
}
</style>