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