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