Shades of Medium Violet Red #CC1691
Tints of Medium Violet Red #CC1691
RGB
CMYK
RGB Variations
Color information
#CC1691 (or 0xCC1691) is known color: Medium Violet Red. HEX triplet: CC, 16 and 91. RGB value is (204,22,145). Sum of RGB (Red+Green+Blue) = 204+22+145=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 22 (8.98% from 255 or 5.93% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1691 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1691 is #33E96E. Grayscale: #5A5A5A. Windows color (decimal): -3402095 or 9508556. OLE color: 9508556.
HSL color Cylindrical-coordinate representation of color #CC1691: hue angle of 319.45º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1691 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 145 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.2 |
| HSL | 319.45º | 0.81% | 0.44% | - |
| HSV(B) | 319.45º | 0.89% | 0.8% | - |
| XYZ | 30.3 | 15.46 | 28.17 | - |
| YUV | 90.44 | 158.8 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 145 | 0 | 0.89 | 0.29 | 0.2 | 319.45 | 0.81 | 0.44 |
| Hex | CC | 16 | 91 | 0 | 59 | 1D | 14 | 13F | 51 | 2C |
| Octal | 314 | 26 | 221 | 0 | 131 | 35 | 24 | 477 | 121 | 54 |
| Binary | 11001100 | 10110 | 10010001 | 0 | 1011001 | 11101 | 10100 | 100111111 | 1010001 | 101100 |
Color Harmonies of #CC1691
Complementary color
Monochromatic Colors of #CC1691
Black with #CC1691
Text Example
Text Example
White with #CC1691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1691; }
p { color: rgb(204,22,145); }
H1.HeaderClassName
{
color: #CC1691;
}
.AnyTagClassName
{
color: #CC1691;
}
</style>
background-color css
<style>
a { background-color: #CC1691; }
a { background-color: rgb(204,22,145); }
div.DivClassName
{
background-color: #CC1691;
}
.BgClassName
{
background-color: #CC1691;
}
</style>
border-color css
<style>
span { border-color: #CC1691; }
span { border-color: rgb(204,22,145); }
td.TdClassName
{
border-color: #CC1691;
}
.TagClassName
{
border-color: #CC1691;
}
</style>