Shades of Medium Violet Red #CC2471
Tints of Medium Violet Red #CC2471
RGB
CMYK
RGB Variations
Color information
#CC2471 (or 0xCC2471) is known color: Medium Violet Red. HEX triplet: CC, 24 and 71. RGB value is (204,36,113). Sum of RGB (Red+Green+Blue) = 204+36+113=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 36 (14.45% from 255 or 10.20% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2471 is #33DB8E. Grayscale: #5E5E5E. Windows color (decimal): -3398543 or 7414988. OLE color: 7414988.
HSL color Cylindrical-coordinate representation of color #CC2471: hue angle of 332.5º 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 #CC2471 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 113 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.2 |
| HSL | 332.5º | 0.7% | 0.47% | - |
| HSV(B) | 332.5º | 0.82% | 0.8% | - |
| XYZ | 28.51 | 15.29 | 17.07 | - |
| YUV | 95.01 | 138.16 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 113 | 0 | 0.82 | 0.45 | 0.2 | 332.5 | 0.7 | 0.47 |
| Hex | CC | 24 | 71 | 0 | 52 | 2D | 14 | 14C | 46 | 2F |
| Octal | 314 | 44 | 161 | 0 | 122 | 55 | 24 | 514 | 106 | 57 |
| Binary | 11001100 | 100100 | 1110001 | 0 | 1010010 | 101101 | 10100 | 101001100 | 1000110 | 101111 |
Color Harmonies of #CC2471
Complementary color
Monochromatic Colors of #CC2471
Black with #CC2471
Text Example
Text Example
White with #CC2471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2471; }
p { color: rgb(204,36,113); }
H1.HeaderClassName
{
color: #CC2471;
}
.AnyTagClassName
{
color: #CC2471;
}
</style>
background-color css
<style>
a { background-color: #CC2471; }
a { background-color: rgb(204,36,113); }
div.DivClassName
{
background-color: #CC2471;
}
.BgClassName
{
background-color: #CC2471;
}
</style>
border-color css
<style>
span { border-color: #CC2471; }
span { border-color: rgb(204,36,113); }
td.TdClassName
{
border-color: #CC2471;
}
.TagClassName
{
border-color: #CC2471;
}
</style>