Shades of Medium Violet Red #CC0872
Tints of Medium Violet Red #CC0872
RGB
CMYK
RGB Variations
Color information
#CC0872 (or 0xCC0872) is known color: Medium Violet Red. HEX triplet: CC, 08 and 72. RGB value is (204,8,114). Sum of RGB (Red+Green+Blue) = 204+8+114=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0872 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0872 is #33F78D. Grayscale: #4E4E4E. Windows color (decimal): -3405710 or 7473356. OLE color: 7473356.
HSL color Cylindrical-coordinate representation of color #CC0872: hue angle of 327.55º 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 #CC0872 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 114 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.2 |
| HSL | 327.55º | 0.92% | 0.42% | - |
| HSV(B) | 327.55º | 0.96% | 0.8% | - |
| XYZ | 28.03 | 14.23 | 17.19 | - |
| YUV | 78.69 | 147.93 | 217.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 114 | 0 | 0.96 | 0.44 | 0.2 | 327.55 | 0.92 | 0.42 |
| Hex | CC | 8 | 72 | 0 | 60 | 2C | 14 | 148 | 5C | 2A |
| Octal | 314 | 10 | 162 | 0 | 140 | 54 | 24 | 510 | 134 | 52 |
| Binary | 11001100 | 1000 | 1110010 | 0 | 1100000 | 101100 | 10100 | 101001000 | 1011100 | 101010 |
Color Harmonies of #CC0872
Complementary color
Monochromatic Colors of #CC0872
Black with #CC0872
Text Example
Text Example
White with #CC0872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0872; }
p { color: rgb(204,8,114); }
H1.HeaderClassName
{
color: #CC0872;
}
.AnyTagClassName
{
color: #CC0872;
}
</style>
background-color css
<style>
a { background-color: #CC0872; }
a { background-color: rgb(204,8,114); }
div.DivClassName
{
background-color: #CC0872;
}
.BgClassName
{
background-color: #CC0872;
}
</style>
border-color css
<style>
span { border-color: #CC0872; }
span { border-color: rgb(204,8,114); }
td.TdClassName
{
border-color: #CC0872;
}
.TagClassName
{
border-color: #CC0872;
}
</style>