Shades of Medium Violet Red #CC2576
Tints of Medium Violet Red #CC2576
RGB
CMYK
RGB Variations
Color information
#CC2576 (or 0xCC2576) is known color: Medium Violet Red. HEX triplet: CC, 25 and 76. RGB value is (204,37,118). Sum of RGB (Red+Green+Blue) = 204+37+118=359 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.82% from 359); Green value is 37 (14.84% from 255 or 10.31% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2576 is #33DA89. Grayscale: #606060. Windows color (decimal): -3398282 or 7742924. OLE color: 7742924.
HSL color Cylindrical-coordinate representation of color #CC2576: hue angle of 330.9º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC2576 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 118 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.2 |
| HSL | 330.9º | 0.69% | 0.47% | - |
| HSV(B) | 330.9º | 0.82% | 0.8% | - |
| XYZ | 28.83 | 15.47 | 18.61 | - |
| YUV | 96.17 | 140.33 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 118 | 0 | 0.82 | 0.42 | 0.2 | 330.9 | 0.69 | 0.47 |
| Hex | CC | 25 | 76 | 0 | 52 | 2A | 14 | 14B | 45 | 2F |
| Octal | 314 | 45 | 166 | 0 | 122 | 52 | 24 | 513 | 105 | 57 |
| Binary | 11001100 | 100101 | 1110110 | 0 | 1010010 | 101010 | 10100 | 101001011 | 1000101 | 101111 |
Color Harmonies of #CC2576
Complementary color
Monochromatic Colors of #CC2576
Black with #CC2576
Text Example
Text Example
White with #CC2576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2576; }
p { color: rgb(204,37,118); }
H1.HeaderClassName
{
color: #CC2576;
}
.AnyTagClassName
{
color: #CC2576;
}
</style>
background-color css
<style>
a { background-color: #CC2576; }
a { background-color: rgb(204,37,118); }
div.DivClassName
{
background-color: #CC2576;
}
.BgClassName
{
background-color: #CC2576;
}
</style>
border-color css
<style>
span { border-color: #CC2576; }
span { border-color: rgb(204,37,118); }
td.TdClassName
{
border-color: #CC2576;
}
.TagClassName
{
border-color: #CC2576;
}
</style>