Shades of Medium Violet Red #CC089C
Tints of Medium Violet Red #CC089C
RGB
CMYK
RGB Variations
Color information
#CC089C (or 0xCC089C) is known color: Medium Violet Red. HEX triplet: CC, 08 and 9C. RGB value is (204,8,156). Sum of RGB (Red+Green+Blue) = 204+8+156=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 8 (3.52% from 255 or 2.17% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC089C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC089C is #33F763. Grayscale: #535353. Windows color (decimal): -3405668 or 10225868. OLE color: 10225868.
HSL color Cylindrical-coordinate representation of color #CC089C: hue angle of 314.69º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC089C is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 156 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.2 |
| HSL | 314.69º | 0.92% | 0.42% | - |
| HSV(B) | 314.69º | 0.96% | 0.8% | - |
| XYZ | 30.99 | 15.41 | 32.79 | - |
| YUV | 83.48 | 168.93 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 156 | 0 | 0.96 | 0.24 | 0.2 | 314.69 | 0.92 | 0.42 |
| Hex | CC | 8 | 9C | 0 | 60 | 18 | 14 | 13B | 5C | 2A |
| Octal | 314 | 10 | 234 | 0 | 140 | 30 | 24 | 473 | 134 | 52 |
| Binary | 11001100 | 1000 | 10011100 | 0 | 1100000 | 11000 | 10100 | 100111011 | 1011100 | 101010 |
Color Harmonies of #CC089C
Complementary color
Monochromatic Colors of #CC089C
Black with #CC089C
Text Example
Text Example
White with #CC089C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC089C; }
p { color: rgb(204,8,156); }
H1.HeaderClassName
{
color: #CC089C;
}
.AnyTagClassName
{
color: #CC089C;
}
</style>
background-color css
<style>
a { background-color: #CC089C; }
a { background-color: rgb(204,8,156); }
div.DivClassName
{
background-color: #CC089C;
}
.BgClassName
{
background-color: #CC089C;
}
</style>
border-color css
<style>
span { border-color: #CC089C; }
span { border-color: rgb(204,8,156); }
td.TdClassName
{
border-color: #CC089C;
}
.TagClassName
{
border-color: #CC089C;
}
</style>