Shades of Medium Violet Red #CC159A
Tints of Medium Violet Red #CC159A
RGB
CMYK
RGB Variations
Color information
#CC159A (or 0xCC159A) is known color: Medium Violet Red. HEX triplet: CC, 15 and 9A. RGB value is (204,21,154). Sum of RGB (Red+Green+Blue) = 204+21+154=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 21 (8.59% from 255 or 5.54% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC159A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC159A is #33EA65. Grayscale: #5A5A5A. Windows color (decimal): -3402342 or 10098124. OLE color: 10098124.
HSL color Cylindrical-coordinate representation of color #CC159A: hue angle of 316.39º 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 #CC159A is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 154 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.2 |
| HSL | 316.39º | 0.81% | 0.44% | - |
| HSV(B) | 316.39º | 0.9% | 0.8% | - |
| XYZ | 31 | 15.71 | 31.97 | - |
| YUV | 90.88 | 163.63 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 154 | 0 | 0.90 | 0.25 | 0.2 | 316.39 | 0.81 | 0.44 |
| Hex | CC | 15 | 9A | 0 | 5A | 19 | 14 | 13C | 51 | 2C |
| Octal | 314 | 25 | 232 | 0 | 132 | 31 | 24 | 474 | 121 | 54 |
| Binary | 11001100 | 10101 | 10011010 | 0 | 1011010 | 11001 | 10100 | 100111100 | 1010001 | 101100 |
Color Harmonies of #CC159A
Complementary color
Monochromatic Colors of #CC159A
Black with #CC159A
Text Example
Text Example
White with #CC159A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC159A; }
p { color: rgb(204,21,154); }
H1.HeaderClassName
{
color: #CC159A;
}
.AnyTagClassName
{
color: #CC159A;
}
</style>
background-color css
<style>
a { background-color: #CC159A; }
a { background-color: rgb(204,21,154); }
div.DivClassName
{
background-color: #CC159A;
}
.BgClassName
{
background-color: #CC159A;
}
</style>
border-color css
<style>
span { border-color: #CC159A; }
span { border-color: rgb(204,21,154); }
td.TdClassName
{
border-color: #CC159A;
}
.TagClassName
{
border-color: #CC159A;
}
</style>