Shades of Medium Violet Red #CC2476
Tints of Medium Violet Red #CC2476
RGB
CMYK
RGB Variations
Color information
#CC2476 (or 0xCC2476) is known color: Medium Violet Red. HEX triplet: CC, 24 and 76. RGB value is (204,36,118). Sum of RGB (Red+Green+Blue) = 204+36+118=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 36 (14.45% from 255 or 10.06% from 358); Blue value is 118 (46.48% from 255 or 32.96% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2476 is #33DB89. Grayscale: #5F5F5F. Windows color (decimal): -3398538 or 7742668. OLE color: 7742668.
HSL color Cylindrical-coordinate representation of color #CC2476: hue angle of 330.71º degrees, saturation: 0.7, 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 #CC2476 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 118 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.2 |
| HSL | 330.71º | 0.7% | 0.47% | - |
| HSV(B) | 330.71º | 0.82% | 0.8% | - |
| XYZ | 28.8 | 15.41 | 18.6 | - |
| YUV | 95.58 | 140.66 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 118 | 0 | 0.82 | 0.42 | 0.2 | 330.71 | 0.7 | 0.47 |
| Hex | CC | 24 | 76 | 0 | 52 | 2A | 14 | 14B | 46 | 2F |
| Octal | 314 | 44 | 166 | 0 | 122 | 52 | 24 | 513 | 106 | 57 |
| Binary | 11001100 | 100100 | 1110110 | 0 | 1010010 | 101010 | 10100 | 101001011 | 1000110 | 101111 |
Color Harmonies of #CC2476
Complementary color
Monochromatic Colors of #CC2476
Black with #CC2476
Text Example
Text Example
White with #CC2476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2476; }
p { color: rgb(204,36,118); }
H1.HeaderClassName
{
color: #CC2476;
}
.AnyTagClassName
{
color: #CC2476;
}
</style>
background-color css
<style>
a { background-color: #CC2476; }
a { background-color: rgb(204,36,118); }
div.DivClassName
{
background-color: #CC2476;
}
.BgClassName
{
background-color: #CC2476;
}
</style>
border-color css
<style>
span { border-color: #CC2476; }
span { border-color: rgb(204,36,118); }
td.TdClassName
{
border-color: #CC2476;
}
.TagClassName
{
border-color: #CC2476;
}
</style>