Shades of Medium Violet Red #CC178C
Tints of Medium Violet Red #CC178C
RGB
CMYK
RGB Variations
Color information
#CC178C (or 0xCC178C) is known color: Medium Violet Red. HEX triplet: CC, 17 and 8C. RGB value is (204,23,140). Sum of RGB (Red+Green+Blue) = 204+23+140=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 23 (9.38% from 255 or 6.27% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC178C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC178C is #33E873. Grayscale: #5A5A5A. Windows color (decimal): -3401844 or 9181132. OLE color: 9181132.
HSL color Cylindrical-coordinate representation of color #CC178C: hue angle of 321.22º 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 #CC178C is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 140 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.2 |
| HSL | 321.22º | 0.8% | 0.45% | - |
| HSV(B) | 321.22º | 0.89% | 0.8% | - |
| XYZ | 29.94 | 15.34 | 26.19 | - |
| YUV | 90.46 | 155.97 | 208.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 140 | 0 | 0.89 | 0.31 | 0.2 | 321.22 | 0.8 | 0.45 |
| Hex | CC | 17 | 8C | 0 | 59 | 1F | 14 | 141 | 50 | 2D |
| Octal | 314 | 27 | 214 | 0 | 131 | 37 | 24 | 501 | 120 | 55 |
| Binary | 11001100 | 10111 | 10001100 | 0 | 1011001 | 11111 | 10100 | 101000001 | 1010000 | 101101 |
Color Harmonies of #CC178C
Complementary color
Monochromatic Colors of #CC178C
Black with #CC178C
Text Example
Text Example
White with #CC178C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC178C; }
p { color: rgb(204,23,140); }
H1.HeaderClassName
{
color: #CC178C;
}
.AnyTagClassName
{
color: #CC178C;
}
</style>
background-color css
<style>
a { background-color: #CC178C; }
a { background-color: rgb(204,23,140); }
div.DivClassName
{
background-color: #CC178C;
}
.BgClassName
{
background-color: #CC178C;
}
</style>
border-color css
<style>
span { border-color: #CC178C; }
span { border-color: rgb(204,23,140); }
td.TdClassName
{
border-color: #CC178C;
}
.TagClassName
{
border-color: #CC178C;
}
</style>