Shades of Medium Violet Red #CC1991
Tints of Medium Violet Red #CC1991
RGB
CMYK
RGB Variations
Color information
#CC1991 (or 0xCC1991) is known color: Medium Violet Red. HEX triplet: CC, 19 and 91. RGB value is (204,25,145). Sum of RGB (Red+Green+Blue) = 204+25+145=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 25 (10.16% from 255 or 6.68% from 374); Blue value is 145 (57.03% from 255 or 38.77% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1991 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1991 is #33E66E. Grayscale: #5B5B5B. Windows color (decimal): -3401327 or 9509324. OLE color: 9509324.
HSL color Cylindrical-coordinate representation of color #CC1991: hue angle of 319.78º 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 #CC1991 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 25 | 145 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.2 |
| HSL | 319.78º | 0.78% | 0.45% | - |
| HSV(B) | 319.78º | 0.88% | 0.8% | - |
| XYZ | 30.36 | 15.58 | 28.19 | - |
| YUV | 92.2 | 157.8 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 145 | 0 | 0.88 | 0.29 | 0.2 | 319.78 | 0.78 | 0.45 |
| Hex | CC | 19 | 91 | 0 | 58 | 1D | 14 | 140 | 4E | 2D |
| Octal | 314 | 31 | 221 | 0 | 130 | 35 | 24 | 500 | 116 | 55 |
| Binary | 11001100 | 11001 | 10010001 | 0 | 1011000 | 11101 | 10100 | 101000000 | 1001110 | 101101 |
Color Harmonies of #CC1991
Complementary color
Monochromatic Colors of #CC1991
Black with #CC1991
Text Example
Text Example
White with #CC1991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1991; }
p { color: rgb(204,25,145); }
H1.HeaderClassName
{
color: #CC1991;
}
.AnyTagClassName
{
color: #CC1991;
}
</style>
background-color css
<style>
a { background-color: #CC1991; }
a { background-color: rgb(204,25,145); }
div.DivClassName
{
background-color: #CC1991;
}
.BgClassName
{
background-color: #CC1991;
}
</style>
border-color css
<style>
span { border-color: #CC1991; }
span { border-color: rgb(204,25,145); }
td.TdClassName
{
border-color: #CC1991;
}
.TagClassName
{
border-color: #CC1991;
}
</style>