Shades of Medium Violet Red #CC2073
Tints of Medium Violet Red #CC2073
RGB
CMYK
RGB Variations
Color information
#CC2073 (or 0xCC2073) is known color: Medium Violet Red. HEX triplet: CC, 20 and 73. RGB value is (204,32,115). Sum of RGB (Red+Green+Blue) = 204+32+115=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2073 is #33DF8C. Grayscale: #5C5C5C. Windows color (decimal): -3399565 or 7545036. OLE color: 7545036.
HSL color Cylindrical-coordinate representation of color #CC2073: hue angle of 331.05º 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 #CC2073 is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 115 | - |
| CMYK | 0 | 0.84 | 0.44 | 0.2 |
| HSL | 331.05º | 0.73% | 0.46% | - |
| HSV(B) | 331.05º | 0.84% | 0.8% | - |
| XYZ | 28.51 | 15.11 | 17.63 | - |
| YUV | 92.89 | 140.48 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 115 | 0 | 0.84 | 0.44 | 0.2 | 331.05 | 0.73 | 0.46 |
| Hex | CC | 20 | 73 | 0 | 54 | 2C | 14 | 14B | 49 | 2E |
| Octal | 314 | 40 | 163 | 0 | 124 | 54 | 24 | 513 | 111 | 56 |
| Binary | 11001100 | 100000 | 1110011 | 0 | 1010100 | 101100 | 10100 | 101001011 | 1001001 | 101110 |
Color Harmonies of #CC2073
Complementary color
Monochromatic Colors of #CC2073
Black with #CC2073
Text Example
Text Example
White with #CC2073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2073; }
p { color: rgb(204,32,115); }
H1.HeaderClassName
{
color: #CC2073;
}
.AnyTagClassName
{
color: #CC2073;
}
</style>
background-color css
<style>
a { background-color: #CC2073; }
a { background-color: rgb(204,32,115); }
div.DivClassName
{
background-color: #CC2073;
}
.BgClassName
{
background-color: #CC2073;
}
</style>
border-color css
<style>
span { border-color: #CC2073; }
span { border-color: rgb(204,32,115); }
td.TdClassName
{
border-color: #CC2073;
}
.TagClassName
{
border-color: #CC2073;
}
</style>