Shades of Medium Violet Red #CC158E
Tints of Medium Violet Red #CC158E
RGB
CMYK
RGB Variations
Color information
#CC158E (or 0xCC158E) is known color: Medium Violet Red. HEX triplet: CC, 15 and 8E. RGB value is (204,21,142). Sum of RGB (Red+Green+Blue) = 204+21+142=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 21 (8.59% from 255 or 5.72% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC158E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC158E is #33EA71. Grayscale: #595959. Windows color (decimal): -3402354 or 9311692. OLE color: 9311692.
HSL color Cylindrical-coordinate representation of color #CC158E: hue angle of 320.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC158E is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 142 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.2 |
| HSL | 320.33º | 0.81% | 0.44% | - |
| HSV(B) | 320.33º | 0.9% | 0.8% | - |
| XYZ | 30.05 | 15.33 | 26.97 | - |
| YUV | 89.51 | 157.63 | 209.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 142 | 0 | 0.90 | 0.30 | 0.2 | 320.33 | 0.81 | 0.44 |
| Hex | CC | 15 | 8E | 0 | 5A | 1E | 14 | 140 | 51 | 2C |
| Octal | 314 | 25 | 216 | 0 | 132 | 36 | 24 | 500 | 121 | 54 |
| Binary | 11001100 | 10101 | 10001110 | 0 | 1011010 | 11110 | 10100 | 101000000 | 1010001 | 101100 |
Color Harmonies of #CC158E
Complementary color
Monochromatic Colors of #CC158E
Black with #CC158E
Text Example
Text Example
White with #CC158E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC158E; }
p { color: rgb(204,21,142); }
H1.HeaderClassName
{
color: #CC158E;
}
.AnyTagClassName
{
color: #CC158E;
}
</style>
background-color css
<style>
a { background-color: #CC158E; }
a { background-color: rgb(204,21,142); }
div.DivClassName
{
background-color: #CC158E;
}
.BgClassName
{
background-color: #CC158E;
}
</style>
border-color css
<style>
span { border-color: #CC158E; }
span { border-color: rgb(204,21,142); }
td.TdClassName
{
border-color: #CC158E;
}
.TagClassName
{
border-color: #CC158E;
}
</style>