Shades of Medium Violet Red #CC057B
Tints of Medium Violet Red #CC057B
RGB
CMYK
RGB Variations
Color information
#CC057B (or 0xCC057B) is known color: Medium Violet Red. HEX triplet: CC, 05 and 7B. RGB value is (204,5,123). Sum of RGB (Red+Green+Blue) = 204+5+123=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC057B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC057B is #33FA84. Grayscale: #4D4D4D. Windows color (decimal): -3406469 or 8062412. OLE color: 8062412.
HSL color Cylindrical-coordinate representation of color #CC057B: hue angle of 324.42º 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 #CC057B is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 5 | 123 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.2 |
| HSL | 324.42º | 0.95% | 0.41% | - |
| HSV(B) | 324.42º | 0.98% | 0.8% | - |
| XYZ | 28.53 | 14.38 | 20.01 | - |
| YUV | 77.95 | 153.43 | 217.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 5 | 123 | 0 | 0.98 | 0.40 | 0.2 | 324.42 | 0.95 | 0.41 |
| Hex | CC | 5 | 7B | 0 | 62 | 28 | 14 | 144 | 5F | 29 |
| Octal | 314 | 5 | 173 | 0 | 142 | 50 | 24 | 504 | 137 | 51 |
| Binary | 11001100 | 101 | 1111011 | 0 | 1100010 | 101000 | 10100 | 101000100 | 1011111 | 101001 |
Color Harmonies of #CC057B
Complementary color
Monochromatic Colors of #CC057B
Black with #CC057B
Text Example
Text Example
White with #CC057B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC057B; }
p { color: rgb(204,5,123); }
H1.HeaderClassName
{
color: #CC057B;
}
.AnyTagClassName
{
color: #CC057B;
}
</style>
background-color css
<style>
a { background-color: #CC057B; }
a { background-color: rgb(204,5,123); }
div.DivClassName
{
background-color: #CC057B;
}
.BgClassName
{
background-color: #CC057B;
}
</style>
border-color css
<style>
span { border-color: #CC057B; }
span { border-color: rgb(204,5,123); }
td.TdClassName
{
border-color: #CC057B;
}
.TagClassName
{
border-color: #CC057B;
}
</style>