Shades of Medium Violet Red #CC059A
Tints of Medium Violet Red #CC059A
RGB
CMYK
RGB Variations
Color information
#CC059A (or 0xCC059A) is known color: Medium Violet Red. HEX triplet: CC, 05 and 9A. RGB value is (204,5,154). Sum of RGB (Red+Green+Blue) = 204+5+154=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 154 (60.55% from 255 or 42.42% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC059A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC059A is #33FA65. Grayscale: #515151. Windows color (decimal): -3406438 or 10094028. OLE color: 10094028.
HSL color Cylindrical-coordinate representation of color #CC059A: hue angle of 315.08º 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 #CC059A is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 5 | 154 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.2 |
| HSL | 315.08º | 0.95% | 0.41% | - |
| HSV(B) | 315.08º | 0.98% | 0.8% | - |
| XYZ | 30.79 | 15.28 | 31.9 | - |
| YUV | 81.49 | 168.93 | 215.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 5 | 154 | 0 | 0.98 | 0.25 | 0.2 | 315.08 | 0.95 | 0.41 |
| Hex | CC | 5 | 9A | 0 | 62 | 19 | 14 | 13B | 5F | 29 |
| Octal | 314 | 5 | 232 | 0 | 142 | 31 | 24 | 473 | 137 | 51 |
| Binary | 11001100 | 101 | 10011010 | 0 | 1100010 | 11001 | 10100 | 100111011 | 1011111 | 101001 |
Color Harmonies of #CC059A
Complementary color
Monochromatic Colors of #CC059A
Black with #CC059A
Text Example
Text Example
White with #CC059A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC059A; }
p { color: rgb(204,5,154); }
H1.HeaderClassName
{
color: #CC059A;
}
.AnyTagClassName
{
color: #CC059A;
}
</style>
background-color css
<style>
a { background-color: #CC059A; }
a { background-color: rgb(204,5,154); }
div.DivClassName
{
background-color: #CC059A;
}
.BgClassName
{
background-color: #CC059A;
}
</style>
border-color css
<style>
span { border-color: #CC059A; }
span { border-color: rgb(204,5,154); }
td.TdClassName
{
border-color: #CC059A;
}
.TagClassName
{
border-color: #CC059A;
}
</style>