Shades of Medium Violet Red #CC1089
Tints of Medium Violet Red #CC1089
RGB
CMYK
RGB Variations
Color information
#CC1089 (or 0xCC1089) is known color: Medium Violet Red. HEX triplet: CC, 10 and 89. RGB value is (204,16,137). Sum of RGB (Red+Green+Blue) = 204+16+137=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 16 (6.64% from 255 or 4.48% from 357); Blue value is 137 (53.91% from 255 or 38.38% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1089 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1089 is #33EF76. Grayscale: #555555. Windows color (decimal): -3403639 or 8982732. OLE color: 8982732.
HSL color Cylindrical-coordinate representation of color #CC1089: hue angle of 321.38º 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 #CC1089 is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 137 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.2 |
| HSL | 321.38º | 0.85% | 0.43% | - |
| HSV(B) | 321.38º | 0.92% | 0.8% | - |
| XYZ | 29.6 | 15.01 | 25 | - |
| YUV | 86.01 | 156.78 | 212.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 137 | 0 | 0.92 | 0.33 | 0.2 | 321.38 | 0.85 | 0.43 |
| Hex | CC | 10 | 89 | 0 | 5C | 21 | 14 | 141 | 55 | 2B |
| Octal | 314 | 20 | 211 | 0 | 134 | 41 | 24 | 501 | 125 | 53 |
| Binary | 11001100 | 10000 | 10001001 | 0 | 1011100 | 100001 | 10100 | 101000001 | 1010101 | 101011 |
Color Harmonies of #CC1089
Complementary color
Monochromatic Colors of #CC1089
Black with #CC1089
Text Example
Text Example
White with #CC1089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1089; }
p { color: rgb(204,16,137); }
H1.HeaderClassName
{
color: #CC1089;
}
.AnyTagClassName
{
color: #CC1089;
}
</style>
background-color css
<style>
a { background-color: #CC1089; }
a { background-color: rgb(204,16,137); }
div.DivClassName
{
background-color: #CC1089;
}
.BgClassName
{
background-color: #CC1089;
}
</style>
border-color css
<style>
span { border-color: #CC1089; }
span { border-color: rgb(204,16,137); }
td.TdClassName
{
border-color: #CC1089;
}
.TagClassName
{
border-color: #CC1089;
}
</style>