Shades of Medium Violet Red #CC179F
Tints of Medium Violet Red #CC179F
RGB
CMYK
RGB Variations
Color information
#CC179F (or 0xCC179F) is known color: Medium Violet Red. HEX triplet: CC, 17 and 9F. RGB value is (204,23,159). Sum of RGB (Red+Green+Blue) = 204+23+159=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 23 (9.38% from 255 or 5.96% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC179F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC179F is #33E860. Grayscale: #5C5C5C. Windows color (decimal): -3401825 or 10426316. OLE color: 10426316.
HSL color Cylindrical-coordinate representation of color #CC179F: hue angle of 314.92º 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 #CC179F is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 159 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.2 |
| HSL | 314.92º | 0.8% | 0.45% | - |
| HSV(B) | 314.92º | 0.89% | 0.8% | - |
| XYZ | 31.47 | 15.95 | 34.22 | - |
| YUV | 92.62 | 165.47 | 207.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 159 | 0 | 0.89 | 0.22 | 0.2 | 314.92 | 0.8 | 0.45 |
| Hex | CC | 17 | 9F | 0 | 59 | 16 | 14 | 13B | 50 | 2D |
| Octal | 314 | 27 | 237 | 0 | 131 | 26 | 24 | 473 | 120 | 55 |
| Binary | 11001100 | 10111 | 10011111 | 0 | 1011001 | 10110 | 10100 | 100111011 | 1010000 | 101101 |
Color Harmonies of #CC179F
Complementary color
Monochromatic Colors of #CC179F
Black with #CC179F
Text Example
Text Example
White with #CC179F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC179F; }
p { color: rgb(204,23,159); }
H1.HeaderClassName
{
color: #CC179F;
}
.AnyTagClassName
{
color: #CC179F;
}
</style>
background-color css
<style>
a { background-color: #CC179F; }
a { background-color: rgb(204,23,159); }
div.DivClassName
{
background-color: #CC179F;
}
.BgClassName
{
background-color: #CC179F;
}
</style>
border-color css
<style>
span { border-color: #CC179F; }
span { border-color: rgb(204,23,159); }
td.TdClassName
{
border-color: #CC179F;
}
.TagClassName
{
border-color: #CC179F;
}
</style>