Shades of Medium Violet Red #CC059C
Tints of Medium Violet Red #CC059C
RGB
CMYK
RGB Variations
Color information
#CC059C (or 0xCC059C) is known color: Medium Violet Red. HEX triplet: CC, 05 and 9C. RGB value is (204,5,156). Sum of RGB (Red+Green+Blue) = 204+5+156=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 5 (2.34% from 255 or 1.37% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC059C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC059C is #33FA63. Grayscale: #515151. Windows color (decimal): -3406436 or 10225100. OLE color: 10225100.
HSL color Cylindrical-coordinate representation of color #CC059C: hue angle of 314.47º 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 #CC059C is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 5 | 156 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.2 |
| HSL | 314.47º | 0.95% | 0.41% | - |
| HSV(B) | 314.47º | 0.98% | 0.8% | - |
| XYZ | 30.96 | 15.35 | 32.78 | - |
| YUV | 81.72 | 169.93 | 215.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 5 | 156 | 0 | 0.98 | 0.24 | 0.2 | 314.47 | 0.95 | 0.41 |
| Hex | CC | 5 | 9C | 0 | 62 | 18 | 14 | 13A | 5F | 29 |
| Octal | 314 | 5 | 234 | 0 | 142 | 30 | 24 | 472 | 137 | 51 |
| Binary | 11001100 | 101 | 10011100 | 0 | 1100010 | 11000 | 10100 | 100111010 | 1011111 | 101001 |
Color Harmonies of #CC059C
Complementary color
Monochromatic Colors of #CC059C
Black with #CC059C
Text Example
Text Example
White with #CC059C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC059C; }
p { color: rgb(204,5,156); }
H1.HeaderClassName
{
color: #CC059C;
}
.AnyTagClassName
{
color: #CC059C;
}
</style>
background-color css
<style>
a { background-color: #CC059C; }
a { background-color: rgb(204,5,156); }
div.DivClassName
{
background-color: #CC059C;
}
.BgClassName
{
background-color: #CC059C;
}
</style>
border-color css
<style>
span { border-color: #CC059C; }
span { border-color: rgb(204,5,156); }
td.TdClassName
{
border-color: #CC059C;
}
.TagClassName
{
border-color: #CC059C;
}
</style>