Shades of Medium Violet Red #CC057D
Tints of Medium Violet Red #CC057D
RGB
CMYK
RGB Variations
Color information
#CC057D (or 0xCC057D) is known color: Medium Violet Red. HEX triplet: CC, 05 and 7D. RGB value is (204,5,125). Sum of RGB (Red+Green+Blue) = 204+5+125=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC057D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC057D is #33FA82. Grayscale: #4D4D4D. Windows color (decimal): -3406467 or 8193484. OLE color: 8193484.
HSL color Cylindrical-coordinate representation of color #CC057D: hue angle of 323.82º 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 #CC057D is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 5 | 125 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.2 |
| HSL | 323.82º | 0.95% | 0.41% | - |
| HSV(B) | 323.82º | 0.98% | 0.8% | - |
| XYZ | 28.66 | 14.43 | 20.68 | - |
| YUV | 78.18 | 154.43 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 5 | 125 | 0 | 0.98 | 0.39 | 0.2 | 323.82 | 0.95 | 0.41 |
| Hex | CC | 5 | 7D | 0 | 62 | 27 | 14 | 144 | 5F | 29 |
| Octal | 314 | 5 | 175 | 0 | 142 | 47 | 24 | 504 | 137 | 51 |
| Binary | 11001100 | 101 | 1111101 | 0 | 1100010 | 100111 | 10100 | 101000100 | 1011111 | 101001 |
Color Harmonies of #CC057D
Complementary color
Monochromatic Colors of #CC057D
Black with #CC057D
Text Example
Text Example
White with #CC057D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC057D; }
p { color: rgb(204,5,125); }
H1.HeaderClassName
{
color: #CC057D;
}
.AnyTagClassName
{
color: #CC057D;
}
</style>
background-color css
<style>
a { background-color: #CC057D; }
a { background-color: rgb(204,5,125); }
div.DivClassName
{
background-color: #CC057D;
}
.BgClassName
{
background-color: #CC057D;
}
</style>
border-color css
<style>
span { border-color: #CC057D; }
span { border-color: rgb(204,5,125); }
td.TdClassName
{
border-color: #CC057D;
}
.TagClassName
{
border-color: #CC057D;
}
</style>