Shades of Medium Violet Red #CC177C
Tints of Medium Violet Red #CC177C
RGB
CMYK
RGB Variations
Color information
#CC177C (or 0xCC177C) is known color: Medium Violet Red. HEX triplet: CC, 17 and 7C. RGB value is (204,23,124). Sum of RGB (Red+Green+Blue) = 204+23+124=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 23 (9.38% from 255 or 6.55% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC177C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC177C is #33E883. Grayscale: #585858. Windows color (decimal): -3401860 or 8132556. OLE color: 8132556.
HSL color Cylindrical-coordinate representation of color #CC177C: hue angle of 326.52º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC177C is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 124 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.2 |
| HSL | 326.52º | 0.8% | 0.45% | - |
| HSV(B) | 326.52º | 0.89% | 0.8% | - |
| XYZ | 28.85 | 14.91 | 20.43 | - |
| YUV | 88.63 | 147.97 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 124 | 0 | 0.89 | 0.39 | 0.2 | 326.52 | 0.8 | 0.45 |
| Hex | CC | 17 | 7C | 0 | 59 | 27 | 14 | 147 | 50 | 2D |
| Octal | 314 | 27 | 174 | 0 | 131 | 47 | 24 | 507 | 120 | 55 |
| Binary | 11001100 | 10111 | 1111100 | 0 | 1011001 | 100111 | 10100 | 101000111 | 1010000 | 101101 |
Color Harmonies of #CC177C
Complementary color
Monochromatic Colors of #CC177C
Black with #CC177C
Text Example
Text Example
White with #CC177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC177C; }
p { color: rgb(204,23,124); }
H1.HeaderClassName
{
color: #CC177C;
}
.AnyTagClassName
{
color: #CC177C;
}
</style>
background-color css
<style>
a { background-color: #CC177C; }
a { background-color: rgb(204,23,124); }
div.DivClassName
{
background-color: #CC177C;
}
.BgClassName
{
background-color: #CC177C;
}
</style>
border-color css
<style>
span { border-color: #CC177C; }
span { border-color: rgb(204,23,124); }
td.TdClassName
{
border-color: #CC177C;
}
.TagClassName
{
border-color: #CC177C;
}
</style>