Shades of Medium Violet Red #CC179A
Tints of Medium Violet Red #CC179A
RGB
CMYK
RGB Variations
Color information
#CC179A (or 0xCC179A) is known color: Medium Violet Red. HEX triplet: CC, 17 and 9A. RGB value is (204,23,154). Sum of RGB (Red+Green+Blue) = 204+23+154=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 23 (9.38% from 255 or 6.04% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC179A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC179A is #33E865. Grayscale: #5B5B5B. Windows color (decimal): -3401830 or 10098636. OLE color: 10098636.
HSL color Cylindrical-coordinate representation of color #CC179A: hue angle of 316.57º 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 #CC179A is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 154 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.2 |
| HSL | 316.57º | 0.8% | 0.45% | - |
| HSV(B) | 316.57º | 0.89% | 0.8% | - |
| XYZ | 31.04 | 15.78 | 31.98 | - |
| YUV | 92.05 | 162.97 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 154 | 0 | 0.89 | 0.25 | 0.2 | 316.57 | 0.8 | 0.45 |
| Hex | CC | 17 | 9A | 0 | 59 | 19 | 14 | 13D | 50 | 2D |
| Octal | 314 | 27 | 232 | 0 | 131 | 31 | 24 | 475 | 120 | 55 |
| Binary | 11001100 | 10111 | 10011010 | 0 | 1011001 | 11001 | 10100 | 100111101 | 1010000 | 101101 |
Color Harmonies of #CC179A
Complementary color
Monochromatic Colors of #CC179A
Black with #CC179A
Text Example
Text Example
White with #CC179A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC179A; }
p { color: rgb(204,23,154); }
H1.HeaderClassName
{
color: #CC179A;
}
.AnyTagClassName
{
color: #CC179A;
}
</style>
background-color css
<style>
a { background-color: #CC179A; }
a { background-color: rgb(204,23,154); }
div.DivClassName
{
background-color: #CC179A;
}
.BgClassName
{
background-color: #CC179A;
}
</style>
border-color css
<style>
span { border-color: #CC179A; }
span { border-color: rgb(204,23,154); }
td.TdClassName
{
border-color: #CC179A;
}
.TagClassName
{
border-color: #CC179A;
}
</style>