Shades of Medium Violet Red #CC057F
Tints of Medium Violet Red #CC057F
RGB
CMYK
RGB Variations
Color information
#CC057F (or 0xCC057F) is known color: Medium Violet Red. HEX triplet: CC, 05 and 7F. RGB value is (204,5,127). Sum of RGB (Red+Green+Blue) = 204+5+127=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 5 (2.34% from 255 or 1.49% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC057F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC057F is #33FA80. Grayscale: #4E4E4E. Windows color (decimal): -3406465 or 8324556. OLE color: 8324556.
HSL color Cylindrical-coordinate representation of color #CC057F: hue angle of 323.22º 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 #CC057F is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 5 | 127 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.2 |
| HSL | 323.22º | 0.95% | 0.41% | - |
| HSV(B) | 323.22º | 0.98% | 0.8% | - |
| XYZ | 28.79 | 14.48 | 21.36 | - |
| YUV | 78.41 | 155.43 | 217.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 5 | 127 | 0 | 0.98 | 0.38 | 0.2 | 323.22 | 0.95 | 0.41 |
| Hex | CC | 5 | 7F | 0 | 62 | 26 | 14 | 143 | 5F | 29 |
| Octal | 314 | 5 | 177 | 0 | 142 | 46 | 24 | 503 | 137 | 51 |
| Binary | 11001100 | 101 | 1111111 | 0 | 1100010 | 100110 | 10100 | 101000011 | 1011111 | 101001 |
Color Harmonies of #CC057F
Complementary color
Monochromatic Colors of #CC057F
Black with #CC057F
Text Example
Text Example
White with #CC057F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC057F; }
p { color: rgb(204,5,127); }
H1.HeaderClassName
{
color: #CC057F;
}
.AnyTagClassName
{
color: #CC057F;
}
</style>
background-color css
<style>
a { background-color: #CC057F; }
a { background-color: rgb(204,5,127); }
div.DivClassName
{
background-color: #CC057F;
}
.BgClassName
{
background-color: #CC057F;
}
</style>
border-color css
<style>
span { border-color: #CC057F; }
span { border-color: rgb(204,5,127); }
td.TdClassName
{
border-color: #CC057F;
}
.TagClassName
{
border-color: #CC057F;
}
</style>