Shades of Medium Violet Red #CC058C
Tints of Medium Violet Red #CC058C
RGB
CMYK
RGB Variations
Color information
#CC058C (or 0xCC058C) is known color: Medium Violet Red. HEX triplet: CC, 05 and 8C. RGB value is (204,5,140). Sum of RGB (Red+Green+Blue) = 204+5+140=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 5 (2.34% from 255 or 1.43% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC058C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC058C is #33FA73. Grayscale: #4F4F4F. Windows color (decimal): -3406452 or 9176524. OLE color: 9176524.
HSL color Cylindrical-coordinate representation of color #CC058C: hue angle of 319.3º 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 #CC058C is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 5 | 140 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.2 |
| HSL | 319.3º | 0.95% | 0.41% | - |
| HSV(B) | 319.3º | 0.98% | 0.8% | - |
| XYZ | 29.69 | 14.84 | 26.11 | - |
| YUV | 79.89 | 161.93 | 216.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 5 | 140 | 0 | 0.98 | 0.31 | 0.2 | 319.3 | 0.95 | 0.41 |
| Hex | CC | 5 | 8C | 0 | 62 | 1F | 14 | 13F | 5F | 29 |
| Octal | 314 | 5 | 214 | 0 | 142 | 37 | 24 | 477 | 137 | 51 |
| Binary | 11001100 | 101 | 10001100 | 0 | 1100010 | 11111 | 10100 | 100111111 | 1011111 | 101001 |
Color Harmonies of #CC058C
Complementary color
Monochromatic Colors of #CC058C
Black with #CC058C
Text Example
Text Example
White with #CC058C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC058C; }
p { color: rgb(204,5,140); }
H1.HeaderClassName
{
color: #CC058C;
}
.AnyTagClassName
{
color: #CC058C;
}
</style>
background-color css
<style>
a { background-color: #CC058C; }
a { background-color: rgb(204,5,140); }
div.DivClassName
{
background-color: #CC058C;
}
.BgClassName
{
background-color: #CC058C;
}
</style>
border-color css
<style>
span { border-color: #CC058C; }
span { border-color: rgb(204,5,140); }
td.TdClassName
{
border-color: #CC058C;
}
.TagClassName
{
border-color: #CC058C;
}
</style>