Shades of Medium Violet Red #CC0C8B
Tints of Medium Violet Red #CC0C8B
RGB
CMYK
RGB Variations
Color information
#CC0C8B (or 0xCC0C8B) is known color: Medium Violet Red. HEX triplet: CC, 0C and 8B. RGB value is (204,12,139). Sum of RGB (Red+Green+Blue) = 204+12+139=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 12 (5.08% from 255 or 3.38% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0C8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0C8B is #33F374. Grayscale: #535353. Windows color (decimal): -3404661 or 9112780. OLE color: 9112780.
HSL color Cylindrical-coordinate representation of color #CC0C8B: hue angle of 320.31º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0C8B is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 12 | 139 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.2 |
| HSL | 320.31º | 0.89% | 0.42% | - |
| HSV(B) | 320.31º | 0.94% | 0.8% | - |
| XYZ | 29.69 | 14.96 | 25.75 | - |
| YUV | 83.89 | 159.11 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 12 | 139 | 0 | 0.94 | 0.32 | 0.2 | 320.31 | 0.89 | 0.42 |
| Hex | CC | C | 8B | 0 | 5E | 20 | 14 | 140 | 59 | 2A |
| Octal | 314 | 14 | 213 | 0 | 136 | 40 | 24 | 500 | 131 | 52 |
| Binary | 11001100 | 1100 | 10001011 | 0 | 1011110 | 100000 | 10100 | 101000000 | 1011001 | 101010 |
Color Harmonies of #CC0C8B
Complementary color
Monochromatic Colors of #CC0C8B
Black with #CC0C8B
Text Example
Text Example
White with #CC0C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0C8B; }
p { color: rgb(204,12,139); }
H1.HeaderClassName
{
color: #CC0C8B;
}
.AnyTagClassName
{
color: #CC0C8B;
}
</style>
background-color css
<style>
a { background-color: #CC0C8B; }
a { background-color: rgb(204,12,139); }
div.DivClassName
{
background-color: #CC0C8B;
}
.BgClassName
{
background-color: #CC0C8B;
}
</style>
border-color css
<style>
span { border-color: #CC0C8B; }
span { border-color: rgb(204,12,139); }
td.TdClassName
{
border-color: #CC0C8B;
}
.TagClassName
{
border-color: #CC0C8B;
}
</style>