Shades of Medium Violet Red #CC0D8C
Tints of Medium Violet Red #CC0D8C
RGB
CMYK
RGB Variations
Color information
#CC0D8C (or 0xCC0D8C) is known color: Medium Violet Red. HEX triplet: CC, 0D and 8C. RGB value is (204,13,140). Sum of RGB (Red+Green+Blue) = 204+13+140=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 13 (5.47% from 255 or 3.64% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0D8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0D8C is #33F273. Grayscale: #545454. Windows color (decimal): -3404404 or 9178572. OLE color: 9178572.
HSL color Cylindrical-coordinate representation of color #CC0D8C: hue angle of 320.1º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0D8C is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 13 | 140 | - |
| CMYK | 0 | 0.94 | 0.31 | 0.2 |
| HSL | 320.1º | 0.88% | 0.43% | - |
| HSV(B) | 320.1º | 0.94% | 0.8% | - |
| XYZ | 29.78 | 15.02 | 26.14 | - |
| YUV | 84.59 | 159.28 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 13 | 140 | 0 | 0.94 | 0.31 | 0.2 | 320.1 | 0.88 | 0.43 |
| Hex | CC | D | 8C | 0 | 5E | 1F | 14 | 140 | 58 | 2B |
| Octal | 314 | 15 | 214 | 0 | 136 | 37 | 24 | 500 | 130 | 53 |
| Binary | 11001100 | 1101 | 10001100 | 0 | 1011110 | 11111 | 10100 | 101000000 | 1011000 | 101011 |
Color Harmonies of #CC0D8C
Complementary color
Monochromatic Colors of #CC0D8C
Black with #CC0D8C
Text Example
Text Example
White with #CC0D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0D8C; }
p { color: rgb(204,13,140); }
H1.HeaderClassName
{
color: #CC0D8C;
}
.AnyTagClassName
{
color: #CC0D8C;
}
</style>
background-color css
<style>
a { background-color: #CC0D8C; }
a { background-color: rgb(204,13,140); }
div.DivClassName
{
background-color: #CC0D8C;
}
.BgClassName
{
background-color: #CC0D8C;
}
</style>
border-color css
<style>
span { border-color: #CC0D8C; }
span { border-color: rgb(204,13,140); }
td.TdClassName
{
border-color: #CC0D8C;
}
.TagClassName
{
border-color: #CC0D8C;
}
</style>