Shades of Medium Violet Red #CC088F
Tints of Medium Violet Red #CC088F
RGB
CMYK
RGB Variations
Color information
#CC088F (or 0xCC088F) is known color: Medium Violet Red. HEX triplet: CC, 08 and 8F. RGB value is (204,8,143). Sum of RGB (Red+Green+Blue) = 204+8+143=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 8 (3.52% from 255 or 2.25% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC088F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC088F is #33F770. Grayscale: #515151. Windows color (decimal): -3405681 or 9373900. OLE color: 9373900.
HSL color Cylindrical-coordinate representation of color #CC088F: hue angle of 318.67º 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 #CC088F is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 143 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.2 |
| HSL | 318.67º | 0.92% | 0.42% | - |
| HSV(B) | 318.67º | 0.96% | 0.8% | - |
| XYZ | 29.95 | 14.99 | 27.3 | - |
| YUV | 81.99 | 162.43 | 215.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 143 | 0 | 0.96 | 0.30 | 0.2 | 318.67 | 0.92 | 0.42 |
| Hex | CC | 8 | 8F | 0 | 60 | 1E | 14 | 13F | 5C | 2A |
| Octal | 314 | 10 | 217 | 0 | 140 | 36 | 24 | 477 | 134 | 52 |
| Binary | 11001100 | 1000 | 10001111 | 0 | 1100000 | 11110 | 10100 | 100111111 | 1011100 | 101010 |
Color Harmonies of #CC088F
Complementary color
Monochromatic Colors of #CC088F
Black with #CC088F
Text Example
Text Example
White with #CC088F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC088F; }
p { color: rgb(204,8,143); }
H1.HeaderClassName
{
color: #CC088F;
}
.AnyTagClassName
{
color: #CC088F;
}
</style>
background-color css
<style>
a { background-color: #CC088F; }
a { background-color: rgb(204,8,143); }
div.DivClassName
{
background-color: #CC088F;
}
.BgClassName
{
background-color: #CC088F;
}
</style>
border-color css
<style>
span { border-color: #CC088F; }
span { border-color: rgb(204,8,143); }
td.TdClassName
{
border-color: #CC088F;
}
.TagClassName
{
border-color: #CC088F;
}
</style>