Shades of Medium Violet Red #CC2074
Tints of Medium Violet Red #CC2074
RGB
CMYK
RGB Variations
Color information
#CC2074 (or 0xCC2074) is known color: Medium Violet Red. HEX triplet: CC, 20 and 74. RGB value is (204,32,116). Sum of RGB (Red+Green+Blue) = 204+32+116=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2074 is #33DF8B. Grayscale: #5C5C5C. Windows color (decimal): -3399564 or 7610572. OLE color: 7610572.
HSL color Cylindrical-coordinate representation of color #CC2074: hue angle of 330.7º 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 #CC2074 is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 116 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.2 |
| HSL | 330.7º | 0.73% | 0.46% | - |
| HSV(B) | 330.7º | 0.84% | 0.8% | - |
| XYZ | 28.57 | 15.13 | 17.94 | - |
| YUV | 93 | 140.98 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 116 | 0 | 0.84 | 0.43 | 0.2 | 330.7 | 0.73 | 0.46 |
| Hex | CC | 20 | 74 | 0 | 54 | 2B | 14 | 14B | 49 | 2E |
| Octal | 314 | 40 | 164 | 0 | 124 | 53 | 24 | 513 | 111 | 56 |
| Binary | 11001100 | 100000 | 1110100 | 0 | 1010100 | 101011 | 10100 | 101001011 | 1001001 | 101110 |
Color Harmonies of #CC2074
Complementary color
Monochromatic Colors of #CC2074
Black with #CC2074
Text Example
Text Example
White with #CC2074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2074; }
p { color: rgb(204,32,116); }
H1.HeaderClassName
{
color: #CC2074;
}
.AnyTagClassName
{
color: #CC2074;
}
</style>
background-color css
<style>
a { background-color: #CC2074; }
a { background-color: rgb(204,32,116); }
div.DivClassName
{
background-color: #CC2074;
}
.BgClassName
{
background-color: #CC2074;
}
</style>
border-color css
<style>
span { border-color: #CC2074; }
span { border-color: rgb(204,32,116); }
td.TdClassName
{
border-color: #CC2074;
}
.TagClassName
{
border-color: #CC2074;
}
</style>