Shades of Medium Violet Red #CC178F
Tints of Medium Violet Red #CC178F
RGB
CMYK
RGB Variations
Color information
#CC178F (or 0xCC178F) is known color: Medium Violet Red. HEX triplet: CC, 17 and 8F. RGB value is (204,23,143). Sum of RGB (Red+Green+Blue) = 204+23+143=370 (49% of max value = 765). Red value is 204 (80.08% from 255 or 55.14% from 370); Green value is 23 (9.38% from 255 or 6.22% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 204 - color contains mainly: red. Hex color #CC178F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC178F is #33E870. Grayscale: #5A5A5A. Windows color (decimal): -3401841 or 9377740. OLE color: 9377740.
HSL color Cylindrical-coordinate representation of color #CC178F: hue angle of 320.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 #CC178F is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 143 | - |
| CMYK | 0 | 0.89 | 0.30 | 0.2 |
| HSL | 320.22º | 0.8% | 0.45% | - |
| HSV(B) | 320.22º | 0.89% | 0.8% | - |
| XYZ | 30.17 | 15.43 | 27.38 | - |
| YUV | 90.8 | 157.47 | 208.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 143 | 0 | 0.89 | 0.30 | 0.2 | 320.22 | 0.8 | 0.45 |
| Hex | CC | 17 | 8F | 0 | 59 | 1E | 14 | 140 | 50 | 2D |
| Octal | 314 | 27 | 217 | 0 | 131 | 36 | 24 | 500 | 120 | 55 |
| Binary | 11001100 | 10111 | 10001111 | 0 | 1011001 | 11110 | 10100 | 101000000 | 1010000 | 101101 |
Color Harmonies of #CC178F
Complementary color
Monochromatic Colors of #CC178F
Black with #CC178F
Text Example
Text Example
White with #CC178F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC178F; }
p { color: rgb(204,23,143); }
H1.HeaderClassName
{
color: #CC178F;
}
.AnyTagClassName
{
color: #CC178F;
}
</style>
background-color css
<style>
a { background-color: #CC178F; }
a { background-color: rgb(204,23,143); }
div.DivClassName
{
background-color: #CC178F;
}
.BgClassName
{
background-color: #CC178F;
}
</style>
border-color css
<style>
span { border-color: #CC178F; }
span { border-color: rgb(204,23,143); }
td.TdClassName
{
border-color: #CC178F;
}
.TagClassName
{
border-color: #CC178F;
}
</style>