Shades of Medium Violet Red #CC0975
Tints of Medium Violet Red #CC0975
RGB
CMYK
RGB Variations
Color information
#CC0975 (or 0xCC0975) is known color: Medium Violet Red. HEX triplet: CC, 09 and 75. RGB value is (204,9,117). Sum of RGB (Red+Green+Blue) = 204+9+117=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 9 (3.91% from 255 or 2.73% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0975 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0975 is #33F68A. Grayscale: #4F4F4F. Windows color (decimal): -3405451 or 7670220. OLE color: 7670220.
HSL color Cylindrical-coordinate representation of color #CC0975: hue angle of 326.77º 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 #CC0975 is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 117 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.2 |
| HSL | 326.77º | 0.92% | 0.42% | - |
| HSV(B) | 326.77º | 0.96% | 0.8% | - |
| XYZ | 28.21 | 14.32 | 18.11 | - |
| YUV | 79.62 | 149.1 | 216.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 117 | 0 | 0.96 | 0.43 | 0.2 | 326.77 | 0.92 | 0.42 |
| Hex | CC | 9 | 75 | 0 | 60 | 2B | 14 | 147 | 5C | 2A |
| Octal | 314 | 11 | 165 | 0 | 140 | 53 | 24 | 507 | 134 | 52 |
| Binary | 11001100 | 1001 | 1110101 | 0 | 1100000 | 101011 | 10100 | 101000111 | 1011100 | 101010 |
Color Harmonies of #CC0975
Complementary color
Monochromatic Colors of #CC0975
Black with #CC0975
Text Example
Text Example
White with #CC0975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0975; }
p { color: rgb(204,9,117); }
H1.HeaderClassName
{
color: #CC0975;
}
.AnyTagClassName
{
color: #CC0975;
}
</style>
background-color css
<style>
a { background-color: #CC0975; }
a { background-color: rgb(204,9,117); }
div.DivClassName
{
background-color: #CC0975;
}
.BgClassName
{
background-color: #CC0975;
}
</style>
border-color css
<style>
span { border-color: #CC0975; }
span { border-color: rgb(204,9,117); }
td.TdClassName
{
border-color: #CC0975;
}
.TagClassName
{
border-color: #CC0975;
}
</style>