Shades of Medium Violet Red #CC089F
Tints of Medium Violet Red #CC089F
RGB
CMYK
RGB Variations
Color information
#CC089F (or 0xCC089F) is known color: Medium Violet Red. HEX triplet: CC, 08 and 9F. RGB value is (204,8,159). Sum of RGB (Red+Green+Blue) = 204+8+159=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 8 (3.52% from 255 or 2.16% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC089F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC089F is #33F760. Grayscale: #535353. Windows color (decimal): -3405665 or 10422476. OLE color: 10422476.
HSL color Cylindrical-coordinate representation of color #CC089F: hue angle of 313.78º 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 #CC089F is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 159 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.2 |
| HSL | 313.78º | 0.92% | 0.42% | - |
| HSV(B) | 313.78º | 0.96% | 0.8% | - |
| XYZ | 31.25 | 15.51 | 34.15 | - |
| YUV | 83.82 | 170.43 | 213.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 159 | 0 | 0.96 | 0.22 | 0.2 | 313.78 | 0.92 | 0.42 |
| Hex | CC | 8 | 9F | 0 | 60 | 16 | 14 | 13A | 5C | 2A |
| Octal | 314 | 10 | 237 | 0 | 140 | 26 | 24 | 472 | 134 | 52 |
| Binary | 11001100 | 1000 | 10011111 | 0 | 1100000 | 10110 | 10100 | 100111010 | 1011100 | 101010 |
Color Harmonies of #CC089F
Complementary color
Monochromatic Colors of #CC089F
Black with #CC089F
Text Example
Text Example
White with #CC089F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC089F; }
p { color: rgb(204,8,159); }
H1.HeaderClassName
{
color: #CC089F;
}
.AnyTagClassName
{
color: #CC089F;
}
</style>
background-color css
<style>
a { background-color: #CC089F; }
a { background-color: rgb(204,8,159); }
div.DivClassName
{
background-color: #CC089F;
}
.BgClassName
{
background-color: #CC089F;
}
</style>
border-color css
<style>
span { border-color: #CC089F; }
span { border-color: rgb(204,8,159); }
td.TdClassName
{
border-color: #CC089F;
}
.TagClassName
{
border-color: #CC089F;
}
</style>