Shades of Medium Violet Red #CC0474
Tints of Medium Violet Red #CC0474
RGB
CMYK
RGB Variations
Color information
#CC0474 (or 0xCC0474) is known color: Medium Violet Red. HEX triplet: CC, 04 and 74. RGB value is (204,4,116). Sum of RGB (Red+Green+Blue) = 204+4+116=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 4 (1.95% from 255 or 1.23% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0474 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0474 is #33FB8B. Grayscale: #4C4C4C. Windows color (decimal): -3406732 or 7603404. OLE color: 7603404.
HSL color Cylindrical-coordinate representation of color #CC0474: hue angle of 326.4º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC0474 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 4 | 116 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.2 |
| HSL | 326.4º | 0.96% | 0.41% | - |
| HSV(B) | 326.4º | 0.98% | 0.8% | - |
| XYZ | 28.1 | 14.19 | 17.78 | - |
| YUV | 76.57 | 150.26 | 218.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 4 | 116 | 0 | 0.98 | 0.43 | 0.2 | 326.4 | 0.96 | 0.41 |
| Hex | CC | 4 | 74 | 0 | 62 | 2B | 14 | 146 | 60 | 29 |
| Octal | 314 | 4 | 164 | 0 | 142 | 53 | 24 | 506 | 140 | 51 |
| Binary | 11001100 | 100 | 1110100 | 0 | 1100010 | 101011 | 10100 | 101000110 | 1100000 | 101001 |
Color Harmonies of #CC0474
Complementary color
Monochromatic Colors of #CC0474
Black with #CC0474
Text Example
Text Example
White with #CC0474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0474; }
p { color: rgb(204,4,116); }
H1.HeaderClassName
{
color: #CC0474;
}
.AnyTagClassName
{
color: #CC0474;
}
</style>
background-color css
<style>
a { background-color: #CC0474; }
a { background-color: rgb(204,4,116); }
div.DivClassName
{
background-color: #CC0474;
}
.BgClassName
{
background-color: #CC0474;
}
</style>
border-color css
<style>
span { border-color: #CC0474; }
span { border-color: rgb(204,4,116); }
td.TdClassName
{
border-color: #CC0474;
}
.TagClassName
{
border-color: #CC0474;
}
</style>