Shades of Medium Violet Red #CC0472
Tints of Medium Violet Red #CC0472
RGB
CMYK
RGB Variations
Color information
#CC0472 (or 0xCC0472) is known color: Medium Violet Red. HEX triplet: CC, 04 and 72. RGB value is (204,4,114). Sum of RGB (Red+Green+Blue) = 204+4+114=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 4 (1.95% from 255 or 1.24% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0472 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0472 is #33FB8D. Grayscale: #4C4C4C. Windows color (decimal): -3406734 or 7472332. OLE color: 7472332.
HSL color Cylindrical-coordinate representation of color #CC0472: hue angle of 327º 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 #CC0472 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 4 | 114 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.2 |
| HSL | 327º | 0.96% | 0.41% | - |
| HSV(B) | 327º | 0.98% | 0.8% | - |
| XYZ | 27.98 | 14.14 | 17.17 | - |
| YUV | 76.34 | 149.26 | 219.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 4 | 114 | 0 | 0.98 | 0.44 | 0.2 | 327 | 0.96 | 0.41 |
| Hex | CC | 4 | 72 | 0 | 62 | 2C | 14 | 147 | 60 | 29 |
| Octal | 314 | 4 | 162 | 0 | 142 | 54 | 24 | 507 | 140 | 51 |
| Binary | 11001100 | 100 | 1110010 | 0 | 1100010 | 101100 | 10100 | 101000111 | 1100000 | 101001 |
Color Harmonies of #CC0472
Complementary color
Monochromatic Colors of #CC0472
Black with #CC0472
Text Example
Text Example
White with #CC0472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0472; }
p { color: rgb(204,4,114); }
H1.HeaderClassName
{
color: #CC0472;
}
.AnyTagClassName
{
color: #CC0472;
}
</style>
background-color css
<style>
a { background-color: #CC0472; }
a { background-color: rgb(204,4,114); }
div.DivClassName
{
background-color: #CC0472;
}
.BgClassName
{
background-color: #CC0472;
}
</style>
border-color css
<style>
span { border-color: #CC0472; }
span { border-color: rgb(204,4,114); }
td.TdClassName
{
border-color: #CC0472;
}
.TagClassName
{
border-color: #CC0472;
}
</style>