Shades of Medium Violet Red #CC157B
Tints of Medium Violet Red #CC157B
RGB
CMYK
RGB Variations
Color information
#CC157B (or 0xCC157B) is known color: Medium Violet Red. HEX triplet: CC, 15 and 7B. RGB value is (204,21,123). Sum of RGB (Red+Green+Blue) = 204+21+123=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC157B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC157B is #33EA84. Grayscale: #575757. Windows color (decimal): -3402373 or 8066508. OLE color: 8066508.
HSL color Cylindrical-coordinate representation of color #CC157B: hue angle of 326.56º 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 #CC157B is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 123 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.2 |
| HSL | 326.56º | 0.81% | 0.44% | - |
| HSV(B) | 326.56º | 0.9% | 0.8% | - |
| XYZ | 28.75 | 14.8 | 20.08 | - |
| YUV | 87.35 | 148.13 | 211.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 123 | 0 | 0.90 | 0.40 | 0.2 | 326.56 | 0.81 | 0.44 |
| Hex | CC | 15 | 7B | 0 | 5A | 28 | 14 | 147 | 51 | 2C |
| Octal | 314 | 25 | 173 | 0 | 132 | 50 | 24 | 507 | 121 | 54 |
| Binary | 11001100 | 10101 | 1111011 | 0 | 1011010 | 101000 | 10100 | 101000111 | 1010001 | 101100 |
Color Harmonies of #CC157B
Complementary color
Monochromatic Colors of #CC157B
Black with #CC157B
Text Example
Text Example
White with #CC157B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC157B; }
p { color: rgb(204,21,123); }
H1.HeaderClassName
{
color: #CC157B;
}
.AnyTagClassName
{
color: #CC157B;
}
</style>
background-color css
<style>
a { background-color: #CC157B; }
a { background-color: rgb(204,21,123); }
div.DivClassName
{
background-color: #CC157B;
}
.BgClassName
{
background-color: #CC157B;
}
</style>
border-color css
<style>
span { border-color: #CC157B; }
span { border-color: rgb(204,21,123); }
td.TdClassName
{
border-color: #CC157B;
}
.TagClassName
{
border-color: #CC157B;
}
</style>