Shades of Medium Violet Red #CC177F
Tints of Medium Violet Red #CC177F
RGB
CMYK
RGB Variations
Color information
#CC177F (or 0xCC177F) is known color: Medium Violet Red. HEX triplet: CC, 17 and 7F. RGB value is (204,23,127). Sum of RGB (Red+Green+Blue) = 204+23+127=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 23 (9.38% from 255 or 6.50% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC177F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC177F is #33E880. Grayscale: #585858. Windows color (decimal): -3401857 or 8329164. OLE color: 8329164.
HSL color Cylindrical-coordinate representation of color #CC177F: hue angle of 325.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 #CC177F is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 127 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.2 |
| HSL | 325.52º | 0.8% | 0.45% | - |
| HSV(B) | 325.52º | 0.89% | 0.8% | - |
| XYZ | 29.04 | 14.98 | 21.44 | - |
| YUV | 88.98 | 149.47 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 127 | 0 | 0.89 | 0.38 | 0.2 | 325.52 | 0.8 | 0.45 |
| Hex | CC | 17 | 7F | 0 | 59 | 26 | 14 | 146 | 50 | 2D |
| Octal | 314 | 27 | 177 | 0 | 131 | 46 | 24 | 506 | 120 | 55 |
| Binary | 11001100 | 10111 | 1111111 | 0 | 1011001 | 100110 | 10100 | 101000110 | 1010000 | 101101 |
Color Harmonies of #CC177F
Complementary color
Monochromatic Colors of #CC177F
Black with #CC177F
Text Example
Text Example
White with #CC177F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC177F; }
p { color: rgb(204,23,127); }
H1.HeaderClassName
{
color: #CC177F;
}
.AnyTagClassName
{
color: #CC177F;
}
</style>
background-color css
<style>
a { background-color: #CC177F; }
a { background-color: rgb(204,23,127); }
div.DivClassName
{
background-color: #CC177F;
}
.BgClassName
{
background-color: #CC177F;
}
</style>
border-color css
<style>
span { border-color: #CC177F; }
span { border-color: rgb(204,23,127); }
td.TdClassName
{
border-color: #CC177F;
}
.TagClassName
{
border-color: #CC177F;
}
</style>