Shades of Medium Violet Red #CC0C8C
Tints of Medium Violet Red #CC0C8C
RGB
CMYK
RGB Variations
Color information
#CC0C8C (or 0xCC0C8C) is known color: Medium Violet Red. HEX triplet: CC, 0C and 8C. RGB value is (204,12,140). Sum of RGB (Red+Green+Blue) = 204+12+140=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 12 (5.08% from 255 or 3.37% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0C8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0C8C is #33F373. Grayscale: #535353. Windows color (decimal): -3404660 or 9178316. OLE color: 9178316.
HSL color Cylindrical-coordinate representation of color #CC0C8C: hue angle of 320º 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 #CC0C8C is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 12 | 140 | - |
| CMYK | 0 | 0.94 | 0.31 | 0.2 |
| HSL | 320º | 0.89% | 0.42% | - |
| HSV(B) | 320º | 0.94% | 0.8% | - |
| XYZ | 29.77 | 14.99 | 26.14 | - |
| YUV | 84 | 159.61 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 12 | 140 | 0 | 0.94 | 0.31 | 0.2 | 320 | 0.89 | 0.42 |
| Hex | CC | C | 8C | 0 | 5E | 1F | 14 | 140 | 59 | 2A |
| Octal | 314 | 14 | 214 | 0 | 136 | 37 | 24 | 500 | 131 | 52 |
| Binary | 11001100 | 1100 | 10001100 | 0 | 1011110 | 11111 | 10100 | 101000000 | 1011001 | 101010 |
Color Harmonies of #CC0C8C
Complementary color
Monochromatic Colors of #CC0C8C
Black with #CC0C8C
Text Example
Text Example
White with #CC0C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0C8C; }
p { color: rgb(204,12,140); }
H1.HeaderClassName
{
color: #CC0C8C;
}
.AnyTagClassName
{
color: #CC0C8C;
}
</style>
background-color css
<style>
a { background-color: #CC0C8C; }
a { background-color: rgb(204,12,140); }
div.DivClassName
{
background-color: #CC0C8C;
}
.BgClassName
{
background-color: #CC0C8C;
}
</style>
border-color css
<style>
span { border-color: #CC0C8C; }
span { border-color: rgb(204,12,140); }
td.TdClassName
{
border-color: #CC0C8C;
}
.TagClassName
{
border-color: #CC0C8C;
}
</style>