Shades of Medium Violet Red #CC058F
Tints of Medium Violet Red #CC058F
RGB
CMYK
RGB Variations
Color information
#CC058F (or 0xCC058F) is known color: Medium Violet Red. HEX triplet: CC, 05 and 8F. RGB value is (204,5,143). Sum of RGB (Red+Green+Blue) = 204+5+143=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 5 (2.34% from 255 or 1.42% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC058F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC058F is #33FA70. Grayscale: #4F4F4F. Windows color (decimal): -3406449 or 9373132. OLE color: 9373132.
HSL color Cylindrical-coordinate representation of color #CC058F: hue angle of 318.39º 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 #CC058F is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 5 | 143 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.2 |
| HSL | 318.39º | 0.95% | 0.41% | - |
| HSV(B) | 318.39º | 0.98% | 0.8% | - |
| XYZ | 29.91 | 14.93 | 27.29 | - |
| YUV | 80.23 | 163.43 | 216.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 5 | 143 | 0 | 0.98 | 0.30 | 0.2 | 318.39 | 0.95 | 0.41 |
| Hex | CC | 5 | 8F | 0 | 62 | 1E | 14 | 13E | 5F | 29 |
| Octal | 314 | 5 | 217 | 0 | 142 | 36 | 24 | 476 | 137 | 51 |
| Binary | 11001100 | 101 | 10001111 | 0 | 1100010 | 11110 | 10100 | 100111110 | 1011111 | 101001 |
Color Harmonies of #CC058F
Complementary color
Monochromatic Colors of #CC058F
Black with #CC058F
Text Example
Text Example
White with #CC058F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC058F; }
p { color: rgb(204,5,143); }
H1.HeaderClassName
{
color: #CC058F;
}
.AnyTagClassName
{
color: #CC058F;
}
</style>
background-color css
<style>
a { background-color: #CC058F; }
a { background-color: rgb(204,5,143); }
div.DivClassName
{
background-color: #CC058F;
}
.BgClassName
{
background-color: #CC058F;
}
</style>
border-color css
<style>
span { border-color: #CC058F; }
span { border-color: rgb(204,5,143); }
td.TdClassName
{
border-color: #CC058F;
}
.TagClassName
{
border-color: #CC058F;
}
</style>