Shades of Medium Violet Red #CC177A
Tints of Medium Violet Red #CC177A
RGB
CMYK
RGB Variations
Color information
#CC177A (or 0xCC177A) is known color: Medium Violet Red. HEX triplet: CC, 17 and 7A. RGB value is (204,23,122). Sum of RGB (Red+Green+Blue) = 204+23+122=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 23 (9.38% from 255 or 6.59% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC177A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC177A is #33E885. Grayscale: #585858. Windows color (decimal): -3401862 or 8001484. OLE color: 8001484.
HSL color Cylindrical-coordinate representation of color #CC177A: hue angle of 327.18º 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 #CC177A is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 122 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.2 |
| HSL | 327.18º | 0.8% | 0.45% | - |
| HSV(B) | 327.18º | 0.89% | 0.8% | - |
| XYZ | 28.72 | 14.86 | 19.77 | - |
| YUV | 88.41 | 146.97 | 210.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 122 | 0 | 0.89 | 0.40 | 0.2 | 327.18 | 0.8 | 0.45 |
| Hex | CC | 17 | 7A | 0 | 59 | 28 | 14 | 147 | 50 | 2D |
| Octal | 314 | 27 | 172 | 0 | 131 | 50 | 24 | 507 | 120 | 55 |
| Binary | 11001100 | 10111 | 1111010 | 0 | 1011001 | 101000 | 10100 | 101000111 | 1010000 | 101101 |
Color Harmonies of #CC177A
Complementary color
Monochromatic Colors of #CC177A
Black with #CC177A
Text Example
Text Example
White with #CC177A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC177A; }
p { color: rgb(204,23,122); }
H1.HeaderClassName
{
color: #CC177A;
}
.AnyTagClassName
{
color: #CC177A;
}
</style>
background-color css
<style>
a { background-color: #CC177A; }
a { background-color: rgb(204,23,122); }
div.DivClassName
{
background-color: #CC177A;
}
.BgClassName
{
background-color: #CC177A;
}
</style>
border-color css
<style>
span { border-color: #CC177A; }
span { border-color: rgb(204,23,122); }
td.TdClassName
{
border-color: #CC177A;
}
.TagClassName
{
border-color: #CC177A;
}
</style>