Shades of Medium Violet Red #CC1189
Tints of Medium Violet Red #CC1189
RGB
CMYK
RGB Variations
Color information
#CC1189 (or 0xCC1189) is known color: Medium Violet Red. HEX triplet: CC, 11 and 89. RGB value is (204,17,137). Sum of RGB (Red+Green+Blue) = 204+17+137=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 17 (7.03% from 255 or 4.75% from 358); Blue value is 137 (53.91% from 255 or 38.27% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1189 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1189 is #33EE76. Grayscale: #565656. Windows color (decimal): -3403383 or 8982988. OLE color: 8982988.
HSL color Cylindrical-coordinate representation of color #CC1189: hue angle of 321.5º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC1189 is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 137 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.2 |
| HSL | 321.5º | 0.85% | 0.43% | - |
| HSV(B) | 321.5º | 0.92% | 0.8% | - |
| XYZ | 29.62 | 15.04 | 25.01 | - |
| YUV | 86.59 | 156.45 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 137 | 0 | 0.92 | 0.33 | 0.2 | 321.5 | 0.85 | 0.43 |
| Hex | CC | 11 | 89 | 0 | 5C | 21 | 14 | 141 | 55 | 2B |
| Octal | 314 | 21 | 211 | 0 | 134 | 41 | 24 | 501 | 125 | 53 |
| Binary | 11001100 | 10001 | 10001001 | 0 | 1011100 | 100001 | 10100 | 101000001 | 1010101 | 101011 |
Color Harmonies of #CC1189
Complementary color
Monochromatic Colors of #CC1189
Black with #CC1189
Text Example
Text Example
White with #CC1189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1189; }
p { color: rgb(204,17,137); }
H1.HeaderClassName
{
color: #CC1189;
}
.AnyTagClassName
{
color: #CC1189;
}
</style>
background-color css
<style>
a { background-color: #CC1189; }
a { background-color: rgb(204,17,137); }
div.DivClassName
{
background-color: #CC1189;
}
.BgClassName
{
background-color: #CC1189;
}
</style>
border-color css
<style>
span { border-color: #CC1189; }
span { border-color: rgb(204,17,137); }
td.TdClassName
{
border-color: #CC1189;
}
.TagClassName
{
border-color: #CC1189;
}
</style>