Shades of Medium Violet Red #CC088B
Tints of Medium Violet Red #CC088B
RGB
CMYK
RGB Variations
Color information
#CC088B (or 0xCC088B) is known color: Medium Violet Red. HEX triplet: CC, 08 and 8B. RGB value is (204,8,139). Sum of RGB (Red+Green+Blue) = 204+8+139=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 8 (3.52% from 255 or 2.28% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC088B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC088B is #33F774. Grayscale: #515151. Windows color (decimal): -3405685 or 9111756. OLE color: 9111756.
HSL color Cylindrical-coordinate representation of color #CC088B: hue angle of 319.9º 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 #CC088B is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 139 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.2 |
| HSL | 319.9º | 0.92% | 0.42% | - |
| HSV(B) | 319.9º | 0.96% | 0.8% | - |
| XYZ | 29.65 | 14.88 | 25.73 | - |
| YUV | 81.54 | 160.43 | 215.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 139 | 0 | 0.96 | 0.32 | 0.2 | 319.9 | 0.92 | 0.42 |
| Hex | CC | 8 | 8B | 0 | 60 | 20 | 14 | 140 | 5C | 2A |
| Octal | 314 | 10 | 213 | 0 | 140 | 40 | 24 | 500 | 134 | 52 |
| Binary | 11001100 | 1000 | 10001011 | 0 | 1100000 | 100000 | 10100 | 101000000 | 1011100 | 101010 |
Color Harmonies of #CC088B
Complementary color
Monochromatic Colors of #CC088B
Black with #CC088B
Text Example
Text Example
White with #CC088B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC088B; }
p { color: rgb(204,8,139); }
H1.HeaderClassName
{
color: #CC088B;
}
.AnyTagClassName
{
color: #CC088B;
}
</style>
background-color css
<style>
a { background-color: #CC088B; }
a { background-color: rgb(204,8,139); }
div.DivClassName
{
background-color: #CC088B;
}
.BgClassName
{
background-color: #CC088B;
}
</style>
border-color css
<style>
span { border-color: #CC088B; }
span { border-color: rgb(204,8,139); }
td.TdClassName
{
border-color: #CC088B;
}
.TagClassName
{
border-color: #CC088B;
}
</style>