Shades of Medium Violet Red #CC1471
Tints of Medium Violet Red #CC1471
RGB
CMYK
RGB Variations
Color information
#CC1471 (or 0xCC1471) is known color: Medium Violet Red. HEX triplet: CC, 14 and 71. RGB value is (204,20,113). Sum of RGB (Red+Green+Blue) = 204+20+113=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 20 (8.20% from 255 or 5.93% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1471 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1471 is #33EB8E. Grayscale: #555555. Windows color (decimal): -3402639 or 7410892. OLE color: 7410892.
HSL color Cylindrical-coordinate representation of color #CC1471: hue angle of 329.67º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC1471 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 113 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.2 |
| HSL | 329.67º | 0.82% | 0.44% | - |
| HSV(B) | 329.67º | 0.9% | 0.8% | - |
| XYZ | 28.13 | 14.53 | 16.94 | - |
| YUV | 85.62 | 143.46 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 113 | 0 | 0.90 | 0.45 | 0.2 | 329.67 | 0.82 | 0.44 |
| Hex | CC | 14 | 71 | 0 | 5A | 2D | 14 | 14A | 52 | 2C |
| Octal | 314 | 24 | 161 | 0 | 132 | 55 | 24 | 512 | 122 | 54 |
| Binary | 11001100 | 10100 | 1110001 | 0 | 1011010 | 101101 | 10100 | 101001010 | 1010010 | 101100 |
Color Harmonies of #CC1471
Complementary color
Monochromatic Colors of #CC1471
Black with #CC1471
Text Example
Text Example
White with #CC1471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1471; }
p { color: rgb(204,20,113); }
H1.HeaderClassName
{
color: #CC1471;
}
.AnyTagClassName
{
color: #CC1471;
}
</style>
background-color css
<style>
a { background-color: #CC1471; }
a { background-color: rgb(204,20,113); }
div.DivClassName
{
background-color: #CC1471;
}
.BgClassName
{
background-color: #CC1471;
}
</style>
border-color css
<style>
span { border-color: #CC1471; }
span { border-color: rgb(204,20,113); }
td.TdClassName
{
border-color: #CC1471;
}
.TagClassName
{
border-color: #CC1471;
}
</style>