Shades of Medium Violet Red #CC1981
Tints of Medium Violet Red #CC1981
RGB
CMYK
RGB Variations
Color information
#CC1981 (or 0xCC1981) is known color: Medium Violet Red. HEX triplet: CC, 19 and 81. RGB value is (204,25,129). Sum of RGB (Red+Green+Blue) = 204+25+129=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1981 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1981 is #33E67E. Grayscale: #5A5A5A. Windows color (decimal): -3401343 or 8460748. OLE color: 8460748.
HSL color Cylindrical-coordinate representation of color #CC1981: hue angle of 325.14º 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 #CC1981 is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 25 | 129 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.2 |
| HSL | 325.14º | 0.78% | 0.45% | - |
| HSV(B) | 325.14º | 0.88% | 0.8% | - |
| XYZ | 29.21 | 15.12 | 22.15 | - |
| YUV | 90.38 | 149.8 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 129 | 0 | 0.88 | 0.37 | 0.2 | 325.14 | 0.78 | 0.45 |
| Hex | CC | 19 | 81 | 0 | 58 | 25 | 14 | 145 | 4E | 2D |
| Octal | 314 | 31 | 201 | 0 | 130 | 45 | 24 | 505 | 116 | 55 |
| Binary | 11001100 | 11001 | 10000001 | 0 | 1011000 | 100101 | 10100 | 101000101 | 1001110 | 101101 |
Color Harmonies of #CC1981
Complementary color
Monochromatic Colors of #CC1981
Black with #CC1981
Text Example
Text Example
White with #CC1981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1981; }
p { color: rgb(204,25,129); }
H1.HeaderClassName
{
color: #CC1981;
}
.AnyTagClassName
{
color: #CC1981;
}
</style>
background-color css
<style>
a { background-color: #CC1981; }
a { background-color: rgb(204,25,129); }
div.DivClassName
{
background-color: #CC1981;
}
.BgClassName
{
background-color: #CC1981;
}
</style>
border-color css
<style>
span { border-color: #CC1981; }
span { border-color: rgb(204,25,129); }
td.TdClassName
{
border-color: #CC1981;
}
.TagClassName
{
border-color: #CC1981;
}
</style>