Shades of Medium Violet Red #CC2075
Tints of Medium Violet Red #CC2075
RGB
CMYK
RGB Variations
Color information
#CC2075 (or 0xCC2075) is known color: Medium Violet Red. HEX triplet: CC, 20 and 75. RGB value is (204,32,117). Sum of RGB (Red+Green+Blue) = 204+32+117=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 32 (12.89% from 255 or 9.07% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2075 is #33DF8A. Grayscale: #5C5C5C. Windows color (decimal): -3399563 or 7676108. OLE color: 7676108.
HSL color Cylindrical-coordinate representation of color #CC2075: hue angle of 330.35º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC2075 is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 117 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.2 |
| HSL | 330.35º | 0.73% | 0.46% | - |
| HSV(B) | 330.35º | 0.84% | 0.8% | - |
| XYZ | 28.63 | 15.15 | 18.25 | - |
| YUV | 93.12 | 141.48 | 207.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 117 | 0 | 0.84 | 0.43 | 0.2 | 330.35 | 0.73 | 0.46 |
| Hex | CC | 20 | 75 | 0 | 54 | 2B | 14 | 14A | 49 | 2E |
| Octal | 314 | 40 | 165 | 0 | 124 | 53 | 24 | 512 | 111 | 56 |
| Binary | 11001100 | 100000 | 1110101 | 0 | 1010100 | 101011 | 10100 | 101001010 | 1001001 | 101110 |
Color Harmonies of #CC2075
Complementary color
Monochromatic Colors of #CC2075
Black with #CC2075
Text Example
Text Example
White with #CC2075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2075; }
p { color: rgb(204,32,117); }
H1.HeaderClassName
{
color: #CC2075;
}
.AnyTagClassName
{
color: #CC2075;
}
</style>
background-color css
<style>
a { background-color: #CC2075; }
a { background-color: rgb(204,32,117); }
div.DivClassName
{
background-color: #CC2075;
}
.BgClassName
{
background-color: #CC2075;
}
</style>
border-color css
<style>
span { border-color: #CC2075; }
span { border-color: rgb(204,32,117); }
td.TdClassName
{
border-color: #CC2075;
}
.TagClassName
{
border-color: #CC2075;
}
</style>