Shades of Medium Violet Red #CC187C
Tints of Medium Violet Red #CC187C
RGB
CMYK
RGB Variations
Color information
#CC187C (or 0xCC187C) is known color: Medium Violet Red. HEX triplet: CC, 18 and 7C. RGB value is (204,24,124). Sum of RGB (Red+Green+Blue) = 204+24+124=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 24 (9.77% from 255 or 6.82% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC187C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC187C is #33E783. Grayscale: #595959. Windows color (decimal): -3401604 or 8132812. OLE color: 8132812.
HSL color Cylindrical-coordinate representation of color #CC187C: hue angle of 326.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC187C is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 24 | 124 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.2 |
| HSL | 326.67º | 0.79% | 0.45% | - |
| HSV(B) | 326.67º | 0.88% | 0.8% | - |
| XYZ | 28.87 | 14.95 | 20.43 | - |
| YUV | 89.22 | 147.63 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 24 | 124 | 0 | 0.88 | 0.39 | 0.2 | 326.67 | 0.79 | 0.45 |
| Hex | CC | 18 | 7C | 0 | 58 | 27 | 14 | 147 | 4F | 2D |
| Octal | 314 | 30 | 174 | 0 | 130 | 47 | 24 | 507 | 117 | 55 |
| Binary | 11001100 | 11000 | 1111100 | 0 | 1011000 | 100111 | 10100 | 101000111 | 1001111 | 101101 |
Color Harmonies of #CC187C
Complementary color
Monochromatic Colors of #CC187C
Black with #CC187C
Text Example
Text Example
White with #CC187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC187C; }
p { color: rgb(204,24,124); }
H1.HeaderClassName
{
color: #CC187C;
}
.AnyTagClassName
{
color: #CC187C;
}
</style>
background-color css
<style>
a { background-color: #CC187C; }
a { background-color: rgb(204,24,124); }
div.DivClassName
{
background-color: #CC187C;
}
.BgClassName
{
background-color: #CC187C;
}
</style>
border-color css
<style>
span { border-color: #CC187C; }
span { border-color: rgb(204,24,124); }
td.TdClassName
{
border-color: #CC187C;
}
.TagClassName
{
border-color: #CC187C;
}
</style>