Shades of Medium Violet Red #CC0574
Tints of Medium Violet Red #CC0574
RGB
CMYK
RGB Variations
Color information
#CC0574 (or 0xCC0574) is known color: Medium Violet Red. HEX triplet: CC, 05 and 74. RGB value is (204,5,116). Sum of RGB (Red+Green+Blue) = 204+5+116=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 5 (2.34% from 255 or 1.54% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0574 is #33FA8B. Grayscale: #4C4C4C. Windows color (decimal): -3406476 or 7603660. OLE color: 7603660.
HSL color Cylindrical-coordinate representation of color #CC0574: hue angle of 326.53º degrees, saturation: 0.95, 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 #CC0574 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 5 | 116 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.2 |
| HSL | 326.53º | 0.95% | 0.41% | - |
| HSV(B) | 326.53º | 0.98% | 0.8% | - |
| XYZ | 28.11 | 14.21 | 17.78 | - |
| YUV | 77.16 | 149.93 | 218.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 5 | 116 | 0 | 0.98 | 0.43 | 0.2 | 326.53 | 0.95 | 0.41 |
| Hex | CC | 5 | 74 | 0 | 62 | 2B | 14 | 147 | 5F | 29 |
| Octal | 314 | 5 | 164 | 0 | 142 | 53 | 24 | 507 | 137 | 51 |
| Binary | 11001100 | 101 | 1110100 | 0 | 1100010 | 101011 | 10100 | 101000111 | 1011111 | 101001 |
Color Harmonies of #CC0574
Complementary color
Monochromatic Colors of #CC0574
Black with #CC0574
Text Example
Text Example
White with #CC0574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0574; }
p { color: rgb(204,5,116); }
H1.HeaderClassName
{
color: #CC0574;
}
.AnyTagClassName
{
color: #CC0574;
}
</style>
background-color css
<style>
a { background-color: #CC0574; }
a { background-color: rgb(204,5,116); }
div.DivClassName
{
background-color: #CC0574;
}
.BgClassName
{
background-color: #CC0574;
}
</style>
border-color css
<style>
span { border-color: #CC0574; }
span { border-color: rgb(204,5,116); }
td.TdClassName
{
border-color: #CC0574;
}
.TagClassName
{
border-color: #CC0574;
}
</style>