Shades of Medium Violet Red #CC089D
Tints of Medium Violet Red #CC089D
RGB
CMYK
RGB Variations
Color information
#CC089D (or 0xCC089D) is known color: Medium Violet Red. HEX triplet: CC, 08 and 9D. RGB value is (204,8,157). Sum of RGB (Red+Green+Blue) = 204+8+157=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 8 (3.52% from 255 or 2.17% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC089D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC089D is #33F762. Grayscale: #535353. Windows color (decimal): -3405667 or 10291404. OLE color: 10291404.
HSL color Cylindrical-coordinate representation of color #CC089D: hue angle of 314.39º 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 #CC089D is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 157 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.2 |
| HSL | 314.39º | 0.92% | 0.42% | - |
| HSV(B) | 314.39º | 0.96% | 0.8% | - |
| XYZ | 31.07 | 15.45 | 33.24 | - |
| YUV | 83.59 | 169.43 | 213.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 157 | 0 | 0.96 | 0.23 | 0.2 | 314.39 | 0.92 | 0.42 |
| Hex | CC | 8 | 9D | 0 | 60 | 17 | 14 | 13A | 5C | 2A |
| Octal | 314 | 10 | 235 | 0 | 140 | 27 | 24 | 472 | 134 | 52 |
| Binary | 11001100 | 1000 | 10011101 | 0 | 1100000 | 10111 | 10100 | 100111010 | 1011100 | 101010 |
Color Harmonies of #CC089D
Complementary color
Monochromatic Colors of #CC089D
Black with #CC089D
Text Example
Text Example
White with #CC089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC089D; }
p { color: rgb(204,8,157); }
H1.HeaderClassName
{
color: #CC089D;
}
.AnyTagClassName
{
color: #CC089D;
}
</style>
background-color css
<style>
a { background-color: #CC089D; }
a { background-color: rgb(204,8,157); }
div.DivClassName
{
background-color: #CC089D;
}
.BgClassName
{
background-color: #CC089D;
}
</style>
border-color css
<style>
span { border-color: #CC089D; }
span { border-color: rgb(204,8,157); }
td.TdClassName
{
border-color: #CC089D;
}
.TagClassName
{
border-color: #CC089D;
}
</style>