Shades of Medium Violet Red #CC1987
Tints of Medium Violet Red #CC1987
RGB
CMYK
RGB Variations
Color information
#CC1987 (or 0xCC1987) is known color: Medium Violet Red. HEX triplet: CC, 19 and 87. RGB value is (204,25,135). Sum of RGB (Red+Green+Blue) = 204+25+135=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 25 (10.16% from 255 or 6.87% from 364); Blue value is 135 (53.12% from 255 or 37.09% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1987 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1987 is #33E678. Grayscale: #5A5A5A. Windows color (decimal): -3401337 or 8853964. OLE color: 8853964.
HSL color Cylindrical-coordinate representation of color #CC1987: hue angle of 323.13º degrees, saturation: 0.78, 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 #CC1987 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 25 | 135 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.2 |
| HSL | 323.13º | 0.78% | 0.45% | - |
| HSV(B) | 323.13º | 0.88% | 0.8% | - |
| XYZ | 29.62 | 15.28 | 24.31 | - |
| YUV | 91.06 | 152.8 | 208.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 135 | 0 | 0.88 | 0.34 | 0.2 | 323.13 | 0.78 | 0.45 |
| Hex | CC | 19 | 87 | 0 | 58 | 22 | 14 | 143 | 4E | 2D |
| Octal | 314 | 31 | 207 | 0 | 130 | 42 | 24 | 503 | 116 | 55 |
| Binary | 11001100 | 11001 | 10000111 | 0 | 1011000 | 100010 | 10100 | 101000011 | 1001110 | 101101 |
Color Harmonies of #CC1987
Complementary color
Monochromatic Colors of #CC1987
Black with #CC1987
Text Example
Text Example
White with #CC1987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1987; }
p { color: rgb(204,25,135); }
H1.HeaderClassName
{
color: #CC1987;
}
.AnyTagClassName
{
color: #CC1987;
}
</style>
background-color css
<style>
a { background-color: #CC1987; }
a { background-color: rgb(204,25,135); }
div.DivClassName
{
background-color: #CC1987;
}
.BgClassName
{
background-color: #CC1987;
}
</style>
border-color css
<style>
span { border-color: #CC1987; }
span { border-color: rgb(204,25,135); }
td.TdClassName
{
border-color: #CC1987;
}
.TagClassName
{
border-color: #CC1987;
}
</style>