Shades of Medium Violet Red #CC159B
Tints of Medium Violet Red #CC159B
RGB
CMYK
RGB Variations
Color information
#CC159B (or 0xCC159B) is known color: Medium Violet Red. HEX triplet: CC, 15 and 9B. RGB value is (204,21,155). Sum of RGB (Red+Green+Blue) = 204+21+155=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 21 (8.59% from 255 or 5.53% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC159B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC159B is #33EA64. Grayscale: #5A5A5A. Windows color (decimal): -3402341 or 10163660. OLE color: 10163660.
HSL color Cylindrical-coordinate representation of color #CC159B: hue angle of 316.07º 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 #CC159B is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 155 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.2 |
| HSL | 316.07º | 0.81% | 0.44% | - |
| HSV(B) | 316.07º | 0.9% | 0.8% | - |
| XYZ | 31.09 | 15.74 | 32.41 | - |
| YUV | 90.99 | 164.13 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 155 | 0 | 0.90 | 0.24 | 0.2 | 316.07 | 0.81 | 0.44 |
| Hex | CC | 15 | 9B | 0 | 5A | 18 | 14 | 13C | 51 | 2C |
| Octal | 314 | 25 | 233 | 0 | 132 | 30 | 24 | 474 | 121 | 54 |
| Binary | 11001100 | 10101 | 10011011 | 0 | 1011010 | 11000 | 10100 | 100111100 | 1010001 | 101100 |
Color Harmonies of #CC159B
Complementary color
Monochromatic Colors of #CC159B
Black with #CC159B
Text Example
Text Example
White with #CC159B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC159B; }
p { color: rgb(204,21,155); }
H1.HeaderClassName
{
color: #CC159B;
}
.AnyTagClassName
{
color: #CC159B;
}
</style>
background-color css
<style>
a { background-color: #CC159B; }
a { background-color: rgb(204,21,155); }
div.DivClassName
{
background-color: #CC159B;
}
.BgClassName
{
background-color: #CC159B;
}
</style>
border-color css
<style>
span { border-color: #CC159B; }
span { border-color: rgb(204,21,155); }
td.TdClassName
{
border-color: #CC159B;
}
.TagClassName
{
border-color: #CC159B;
}
</style>