Shades of Medium Violet Red #CC139F
Tints of Medium Violet Red #CC139F
RGB
CMYK
RGB Variations
Color information
#CC139F (or 0xCC139F) is known color: Medium Violet Red. HEX triplet: CC, 13 and 9F. RGB value is (204,19,159). Sum of RGB (Red+Green+Blue) = 204+19+159=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 19 (7.81% from 255 or 4.97% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC139F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC139F is #33EC60. Grayscale: #595959. Windows color (decimal): -3402849 or 10425292. OLE color: 10425292.
HSL color Cylindrical-coordinate representation of color #CC139F: hue angle of 314.59º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC139F is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 159 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.2 |
| HSL | 314.59º | 0.83% | 0.44% | - |
| HSV(B) | 314.59º | 0.91% | 0.8% | - |
| XYZ | 31.39 | 15.81 | 34.2 | - |
| YUV | 90.28 | 166.79 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 159 | 0 | 0.91 | 0.22 | 0.2 | 314.59 | 0.83 | 0.44 |
| Hex | CC | 13 | 9F | 0 | 5B | 16 | 14 | 13B | 53 | 2C |
| Octal | 314 | 23 | 237 | 0 | 133 | 26 | 24 | 473 | 123 | 54 |
| Binary | 11001100 | 10011 | 10011111 | 0 | 1011011 | 10110 | 10100 | 100111011 | 1010011 | 101100 |
Color Harmonies of #CC139F
Complementary color
Monochromatic Colors of #CC139F
Black with #CC139F
Text Example
Text Example
White with #CC139F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC139F; }
p { color: rgb(204,19,159); }
H1.HeaderClassName
{
color: #CC139F;
}
.AnyTagClassName
{
color: #CC139F;
}
</style>
background-color css
<style>
a { background-color: #CC139F; }
a { background-color: rgb(204,19,159); }
div.DivClassName
{
background-color: #CC139F;
}
.BgClassName
{
background-color: #CC139F;
}
</style>
border-color css
<style>
span { border-color: #CC139F; }
span { border-color: rgb(204,19,159); }
td.TdClassName
{
border-color: #CC139F;
}
.TagClassName
{
border-color: #CC139F;
}
</style>