Shades of Medium Violet Red #CC0871
Tints of Medium Violet Red #CC0871
RGB
CMYK
RGB Variations
Color information
#CC0871 (or 0xCC0871) is known color: Medium Violet Red. HEX triplet: CC, 08 and 71. RGB value is (204,8,113). Sum of RGB (Red+Green+Blue) = 204+8+113=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 8 (3.52% from 255 or 2.46% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0871 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0871 is #33F78E. Grayscale: #4E4E4E. Windows color (decimal): -3405711 or 7407820. OLE color: 7407820.
HSL color Cylindrical-coordinate representation of color #CC0871: hue angle of 327.86º 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 #CC0871 is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 113 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.2 |
| HSL | 327.86º | 0.92% | 0.42% | - |
| HSV(B) | 327.86º | 0.96% | 0.8% | - |
| XYZ | 27.97 | 14.2 | 16.89 | - |
| YUV | 78.57 | 147.43 | 217.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 113 | 0 | 0.96 | 0.45 | 0.2 | 327.86 | 0.92 | 0.42 |
| Hex | CC | 8 | 71 | 0 | 60 | 2D | 14 | 148 | 5C | 2A |
| Octal | 314 | 10 | 161 | 0 | 140 | 55 | 24 | 510 | 134 | 52 |
| Binary | 11001100 | 1000 | 1110001 | 0 | 1100000 | 101101 | 10100 | 101001000 | 1011100 | 101010 |
Color Harmonies of #CC0871
Complementary color
Monochromatic Colors of #CC0871
Black with #CC0871
Text Example
Text Example
White with #CC0871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0871; }
p { color: rgb(204,8,113); }
H1.HeaderClassName
{
color: #CC0871;
}
.AnyTagClassName
{
color: #CC0871;
}
</style>
background-color css
<style>
a { background-color: #CC0871; }
a { background-color: rgb(204,8,113); }
div.DivClassName
{
background-color: #CC0871;
}
.BgClassName
{
background-color: #CC0871;
}
</style>
border-color css
<style>
span { border-color: #CC0871; }
span { border-color: rgb(204,8,113); }
td.TdClassName
{
border-color: #CC0871;
}
.TagClassName
{
border-color: #CC0871;
}
</style>