Shades of Medium Violet Red #CC139B
Tints of Medium Violet Red #CC139B
RGB
CMYK
RGB Variations
Color information
#CC139B (or 0xCC139B) is known color: Medium Violet Red. HEX triplet: CC, 13 and 9B. RGB value is (204,19,155). Sum of RGB (Red+Green+Blue) = 204+19+155=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 19 (7.81% from 255 or 5.03% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC139B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC139B is #33EC64. Grayscale: #595959. Windows color (decimal): -3402853 or 10163148. OLE color: 10163148.
HSL color Cylindrical-coordinate representation of color #CC139B: hue angle of 315.89º 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 #CC139B is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 155 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.2 |
| HSL | 315.89º | 0.83% | 0.44% | - |
| HSV(B) | 315.89º | 0.91% | 0.8% | - |
| XYZ | 31.05 | 15.67 | 32.4 | - |
| YUV | 89.82 | 164.79 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 155 | 0 | 0.91 | 0.24 | 0.2 | 315.89 | 0.83 | 0.44 |
| Hex | CC | 13 | 9B | 0 | 5B | 18 | 14 | 13C | 53 | 2C |
| Octal | 314 | 23 | 233 | 0 | 133 | 30 | 24 | 474 | 123 | 54 |
| Binary | 11001100 | 10011 | 10011011 | 0 | 1011011 | 11000 | 10100 | 100111100 | 1010011 | 101100 |
Color Harmonies of #CC139B
Complementary color
Monochromatic Colors of #CC139B
Black with #CC139B
Text Example
Text Example
White with #CC139B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC139B; }
p { color: rgb(204,19,155); }
H1.HeaderClassName
{
color: #CC139B;
}
.AnyTagClassName
{
color: #CC139B;
}
</style>
background-color css
<style>
a { background-color: #CC139B; }
a { background-color: rgb(204,19,155); }
div.DivClassName
{
background-color: #CC139B;
}
.BgClassName
{
background-color: #CC139B;
}
</style>
border-color css
<style>
span { border-color: #CC139B; }
span { border-color: rgb(204,19,155); }
td.TdClassName
{
border-color: #CC139B;
}
.TagClassName
{
border-color: #CC139B;
}
</style>