Shades of Medium Violet Red #CC157F
Tints of Medium Violet Red #CC157F
RGB
CMYK
RGB Variations
Color information
#CC157F (or 0xCC157F) is known color: Medium Violet Red. HEX triplet: CC, 15 and 7F. RGB value is (204,21,127). Sum of RGB (Red+Green+Blue) = 204+21+127=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC157F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC157F is #33EA80. Grayscale: #575757. Windows color (decimal): -3402369 or 8328652. OLE color: 8328652.
HSL color Cylindrical-coordinate representation of color #CC157F: hue angle of 325.25º 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 #CC157F is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 127 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.2 |
| HSL | 325.25º | 0.81% | 0.44% | - |
| HSV(B) | 325.25º | 0.9% | 0.8% | - |
| XYZ | 29 | 14.91 | 21.43 | - |
| YUV | 87.8 | 150.13 | 210.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 127 | 0 | 0.90 | 0.38 | 0.2 | 325.25 | 0.81 | 0.44 |
| Hex | CC | 15 | 7F | 0 | 5A | 26 | 14 | 145 | 51 | 2C |
| Octal | 314 | 25 | 177 | 0 | 132 | 46 | 24 | 505 | 121 | 54 |
| Binary | 11001100 | 10101 | 1111111 | 0 | 1011010 | 100110 | 10100 | 101000101 | 1010001 | 101100 |
Color Harmonies of #CC157F
Complementary color
Monochromatic Colors of #CC157F
Black with #CC157F
Text Example
Text Example
White with #CC157F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC157F; }
p { color: rgb(204,21,127); }
H1.HeaderClassName
{
color: #CC157F;
}
.AnyTagClassName
{
color: #CC157F;
}
</style>
background-color css
<style>
a { background-color: #CC157F; }
a { background-color: rgb(204,21,127); }
div.DivClassName
{
background-color: #CC157F;
}
.BgClassName
{
background-color: #CC157F;
}
</style>
border-color css
<style>
span { border-color: #CC157F; }
span { border-color: rgb(204,21,127); }
td.TdClassName
{
border-color: #CC157F;
}
.TagClassName
{
border-color: #CC157F;
}
</style>