Shades of Medium Violet Red #CC157E
Tints of Medium Violet Red #CC157E
RGB
CMYK
RGB Variations
Color information
#CC157E (or 0xCC157E) is known color: Medium Violet Red. HEX triplet: CC, 15 and 7E. RGB value is (204,21,126). Sum of RGB (Red+Green+Blue) = 204+21+126=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC157E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC157E is #33EA81. Grayscale: #575757. Windows color (decimal): -3402370 or 8263116. OLE color: 8263116.
HSL color Cylindrical-coordinate representation of color #CC157E: hue angle of 325.57º 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 #CC157E is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 126 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.2 |
| HSL | 325.57º | 0.81% | 0.44% | - |
| HSV(B) | 325.57º | 0.9% | 0.8% | - |
| XYZ | 28.94 | 14.88 | 21.09 | - |
| YUV | 87.69 | 149.63 | 210.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 126 | 0 | 0.90 | 0.38 | 0.2 | 325.57 | 0.81 | 0.44 |
| Hex | CC | 15 | 7E | 0 | 5A | 26 | 14 | 146 | 51 | 2C |
| Octal | 314 | 25 | 176 | 0 | 132 | 46 | 24 | 506 | 121 | 54 |
| Binary | 11001100 | 10101 | 1111110 | 0 | 1011010 | 100110 | 10100 | 101000110 | 1010001 | 101100 |
Color Harmonies of #CC157E
Complementary color
Monochromatic Colors of #CC157E
Black with #CC157E
Text Example
Text Example
White with #CC157E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC157E; }
p { color: rgb(204,21,126); }
H1.HeaderClassName
{
color: #CC157E;
}
.AnyTagClassName
{
color: #CC157E;
}
</style>
background-color css
<style>
a { background-color: #CC157E; }
a { background-color: rgb(204,21,126); }
div.DivClassName
{
background-color: #CC157E;
}
.BgClassName
{
background-color: #CC157E;
}
</style>
border-color css
<style>
span { border-color: #CC157E; }
span { border-color: rgb(204,21,126); }
td.TdClassName
{
border-color: #CC157E;
}
.TagClassName
{
border-color: #CC157E;
}
</style>