Shades of Medium Violet Red #CC039F
Tints of Medium Violet Red #CC039F
RGB
CMYK
RGB Variations
Color information
#CC039F (or 0xCC039F) is known color: Medium Violet Red. HEX triplet: CC, 03 and 9F. RGB value is (204,3,159). Sum of RGB (Red+Green+Blue) = 204+3+159=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 3 (1.56% from 255 or 0.82% from 366); Blue value is 159 (62.5% from 255 or 43.44% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC039F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC039F is #33FC60. Grayscale: #505050. Windows color (decimal): -3406945 or 10421196. OLE color: 10421196.
HSL color Cylindrical-coordinate representation of color #CC039F: hue angle of 313.43º 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 #CC039F is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 3 | 159 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.2 |
| HSL | 313.43º | 0.97% | 0.41% | - |
| HSV(B) | 313.43º | 0.99% | 0.8% | - |
| XYZ | 31.19 | 15.41 | 34.13 | - |
| YUV | 80.88 | 172.09 | 215.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 159 | 0 | 0.99 | 0.22 | 0.2 | 313.43 | 0.97 | 0.41 |
| Hex | CC | 3 | 9F | 0 | 63 | 16 | 14 | 139 | 61 | 29 |
| Octal | 314 | 3 | 237 | 0 | 143 | 26 | 24 | 471 | 141 | 51 |
| Binary | 11001100 | 11 | 10011111 | 0 | 1100011 | 10110 | 10100 | 100111001 | 1100001 | 101001 |
Color Harmonies of #CC039F
Complementary color
Monochromatic Colors of #CC039F
Black with #CC039F
Text Example
Text Example
White with #CC039F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC039F; }
p { color: rgb(204,3,159); }
H1.HeaderClassName
{
color: #CC039F;
}
.AnyTagClassName
{
color: #CC039F;
}
</style>
background-color css
<style>
a { background-color: #CC039F; }
a { background-color: rgb(204,3,159); }
div.DivClassName
{
background-color: #CC039F;
}
.BgClassName
{
background-color: #CC039F;
}
</style>
border-color css
<style>
span { border-color: #CC039F; }
span { border-color: rgb(204,3,159); }
td.TdClassName
{
border-color: #CC039F;
}
.TagClassName
{
border-color: #CC039F;
}
</style>