Shades of Medium Violet Red #CC159D
Tints of Medium Violet Red #CC159D
RGB
CMYK
RGB Variations
Color information
#CC159D (or 0xCC159D) is known color: Medium Violet Red. HEX triplet: CC, 15 and 9D. RGB value is (204,21,157). Sum of RGB (Red+Green+Blue) = 204+21+157=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 21 (8.59% from 255 or 5.50% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC159D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC159D is #33EA62. Grayscale: #5A5A5A. Windows color (decimal): -3402339 or 10294732. OLE color: 10294732.
HSL color Cylindrical-coordinate representation of color #CC159D: hue angle of 315.41º 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 #CC159D is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 157 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.2 |
| HSL | 315.41º | 0.81% | 0.44% | - |
| HSV(B) | 315.41º | 0.9% | 0.8% | - |
| XYZ | 31.26 | 15.81 | 33.3 | - |
| YUV | 91.22 | 165.13 | 208.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 157 | 0 | 0.90 | 0.23 | 0.2 | 315.41 | 0.81 | 0.44 |
| Hex | CC | 15 | 9D | 0 | 5A | 17 | 14 | 13B | 51 | 2C |
| Octal | 314 | 25 | 235 | 0 | 132 | 27 | 24 | 473 | 121 | 54 |
| Binary | 11001100 | 10101 | 10011101 | 0 | 1011010 | 10111 | 10100 | 100111011 | 1010001 | 101100 |
Color Harmonies of #CC159D
Complementary color
Monochromatic Colors of #CC159D
Black with #CC159D
Text Example
Text Example
White with #CC159D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC159D; }
p { color: rgb(204,21,157); }
H1.HeaderClassName
{
color: #CC159D;
}
.AnyTagClassName
{
color: #CC159D;
}
</style>
background-color css
<style>
a { background-color: #CC159D; }
a { background-color: rgb(204,21,157); }
div.DivClassName
{
background-color: #CC159D;
}
.BgClassName
{
background-color: #CC159D;
}
</style>
border-color css
<style>
span { border-color: #CC159D; }
span { border-color: rgb(204,21,157); }
td.TdClassName
{
border-color: #CC159D;
}
.TagClassName
{
border-color: #CC159D;
}
</style>