Shades of Medium Violet Red #CC1474
Tints of Medium Violet Red #CC1474
RGB
CMYK
RGB Variations
Color information
#CC1474 (or 0xCC1474) is known color: Medium Violet Red. HEX triplet: CC, 14 and 74. RGB value is (204,20,116). Sum of RGB (Red+Green+Blue) = 204+20+116=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 20 (8.20% from 255 or 5.88% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1474 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1474 is #33EB8B. Grayscale: #555555. Windows color (decimal): -3402636 or 7607500. OLE color: 7607500.
HSL color Cylindrical-coordinate representation of color #CC1474: hue angle of 328.7º 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 #CC1474 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 116 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.2 |
| HSL | 328.7º | 0.82% | 0.44% | - |
| HSV(B) | 328.7º | 0.9% | 0.8% | - |
| XYZ | 28.3 | 14.6 | 17.85 | - |
| YUV | 85.96 | 144.96 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 116 | 0 | 0.90 | 0.43 | 0.2 | 328.7 | 0.82 | 0.44 |
| Hex | CC | 14 | 74 | 0 | 5A | 2B | 14 | 149 | 52 | 2C |
| Octal | 314 | 24 | 164 | 0 | 132 | 53 | 24 | 511 | 122 | 54 |
| Binary | 11001100 | 10100 | 1110100 | 0 | 1011010 | 101011 | 10100 | 101001001 | 1010010 | 101100 |
Color Harmonies of #CC1474
Complementary color
Monochromatic Colors of #CC1474
Black with #CC1474
Text Example
Text Example
White with #CC1474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1474; }
p { color: rgb(204,20,116); }
H1.HeaderClassName
{
color: #CC1474;
}
.AnyTagClassName
{
color: #CC1474;
}
</style>
background-color css
<style>
a { background-color: #CC1474; }
a { background-color: rgb(204,20,116); }
div.DivClassName
{
background-color: #CC1474;
}
.BgClassName
{
background-color: #CC1474;
}
</style>
border-color css
<style>
span { border-color: #CC1474; }
span { border-color: rgb(204,20,116); }
td.TdClassName
{
border-color: #CC1474;
}
.TagClassName
{
border-color: #CC1474;
}
</style>