Shades of Medium Violet Red #CC039E
Tints of Medium Violet Red #CC039E
RGB
CMYK
RGB Variations
Color information
#CC039E (or 0xCC039E) is known color: Medium Violet Red. HEX triplet: CC, 03 and 9E. RGB value is (204,3,158). Sum of RGB (Red+Green+Blue) = 204+3+158=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 3 (1.56% from 255 or 0.82% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC039E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC039E is #33FC61. Grayscale: #505050. Windows color (decimal): -3406946 or 10355660. OLE color: 10355660.
HSL color Cylindrical-coordinate representation of color #CC039E: hue angle of 313.73º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC039E is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 158 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.2 |
| HSL | 313.73º | 0.97% | 0.41% | - |
| HSV(B) | 313.73º | 0.99% | 0.8% | - |
| XYZ | 31.11 | 15.37 | 33.68 | - |
| YUV | 80.77 | 171.59 | 215.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 158 | 0 | 0.99 | 0.23 | 0.2 | 313.73 | 0.97 | 0.41 |
| Hex | CC | 3 | 9E | 0 | 63 | 17 | 14 | 13A | 61 | 29 |
| Octal | 314 | 3 | 236 | 0 | 143 | 27 | 24 | 472 | 141 | 51 |
| Binary | 11001100 | 11 | 10011110 | 0 | 1100011 | 10111 | 10100 | 100111010 | 1100001 | 101001 |
Color Harmonies of #CC039E
Complementary color
Monochromatic Colors of #CC039E
Black with #CC039E
Text Example
Text Example
White with #CC039E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC039E; }
p { color: rgb(204,3,158); }
H1.HeaderClassName
{
color: #CC039E;
}
.AnyTagClassName
{
color: #CC039E;
}
</style>
background-color css
<style>
a { background-color: #CC039E; }
a { background-color: rgb(204,3,158); }
div.DivClassName
{
background-color: #CC039E;
}
.BgClassName
{
background-color: #CC039E;
}
</style>
border-color css
<style>
span { border-color: #CC039E; }
span { border-color: rgb(204,3,158); }
td.TdClassName
{
border-color: #CC039E;
}
.TagClassName
{
border-color: #CC039E;
}
</style>