Shades of Medium Violet Red #CC177D
Tints of Medium Violet Red #CC177D
RGB
CMYK
RGB Variations
Color information
#CC177D (or 0xCC177D) is known color: Medium Violet Red. HEX triplet: CC, 17 and 7D. RGB value is (204,23,125). Sum of RGB (Red+Green+Blue) = 204+23+125=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 23 (9.38% from 255 or 6.53% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC177D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC177D is #33E882. Grayscale: #585858. Windows color (decimal): -3401859 or 8198092. OLE color: 8198092.
HSL color Cylindrical-coordinate representation of color #CC177D: hue angle of 326.19º 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 #CC177D is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 125 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.2 |
| HSL | 326.19º | 0.8% | 0.45% | - |
| HSV(B) | 326.19º | 0.89% | 0.8% | - |
| XYZ | 28.91 | 14.93 | 20.76 | - |
| YUV | 88.75 | 148.47 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 125 | 0 | 0.89 | 0.39 | 0.2 | 326.19 | 0.8 | 0.45 |
| Hex | CC | 17 | 7D | 0 | 59 | 27 | 14 | 146 | 50 | 2D |
| Octal | 314 | 27 | 175 | 0 | 131 | 47 | 24 | 506 | 120 | 55 |
| Binary | 11001100 | 10111 | 1111101 | 0 | 1011001 | 100111 | 10100 | 101000110 | 1010000 | 101101 |
Color Harmonies of #CC177D
Complementary color
Monochromatic Colors of #CC177D
Black with #CC177D
Text Example
Text Example
White with #CC177D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC177D; }
p { color: rgb(204,23,125); }
H1.HeaderClassName
{
color: #CC177D;
}
.AnyTagClassName
{
color: #CC177D;
}
</style>
background-color css
<style>
a { background-color: #CC177D; }
a { background-color: rgb(204,23,125); }
div.DivClassName
{
background-color: #CC177D;
}
.BgClassName
{
background-color: #CC177D;
}
</style>
border-color css
<style>
span { border-color: #CC177D; }
span { border-color: rgb(204,23,125); }
td.TdClassName
{
border-color: #CC177D;
}
.TagClassName
{
border-color: #CC177D;
}
</style>