Shades of Medium Violet Red #CC15A0
Tints of Medium Violet Red #CC15A0
RGB
CMYK
RGB Variations
Color information
#CC15A0 (or 0xCC15A0) is known color: Medium Violet Red. HEX triplet: CC, 15 and A0. RGB value is (204,21,160). Sum of RGB (Red+Green+Blue) = 204+21+160=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 21 (8.59% from 255 or 5.45% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC15A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC15A0 is #33EA5F. Grayscale: #5B5B5B. Windows color (decimal): -3402336 or 10491340. OLE color: 10491340.
HSL color Cylindrical-coordinate representation of color #CC15A0: hue angle of 314.43º 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 #CC15A0 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 160 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.2 |
| HSL | 314.43º | 0.81% | 0.44% | - |
| HSV(B) | 314.43º | 0.9% | 0.8% | - |
| XYZ | 31.52 | 15.91 | 34.67 | - |
| YUV | 91.56 | 166.63 | 208.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 160 | 0 | 0.90 | 0.22 | 0.2 | 314.43 | 0.81 | 0.44 |
| Hex | CC | 15 | A0 | 0 | 5A | 16 | 14 | 13A | 51 | 2C |
| Octal | 314 | 25 | 240 | 0 | 132 | 26 | 24 | 472 | 121 | 54 |
| Binary | 11001100 | 10101 | 10100000 | 0 | 1011010 | 10110 | 10100 | 100111010 | 1010001 | 101100 |
Color Harmonies of #CC15A0
Complementary color
Monochromatic Colors of #CC15A0
Black with #CC15A0
Text Example
Text Example
White with #CC15A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC15A0; }
p { color: rgb(204,21,160); }
H1.HeaderClassName
{
color: #CC15A0;
}
.AnyTagClassName
{
color: #CC15A0;
}
</style>
background-color css
<style>
a { background-color: #CC15A0; }
a { background-color: rgb(204,21,160); }
div.DivClassName
{
background-color: #CC15A0;
}
.BgClassName
{
background-color: #CC15A0;
}
</style>
border-color css
<style>
span { border-color: #CC15A0; }
span { border-color: rgb(204,21,160); }
td.TdClassName
{
border-color: #CC15A0;
}
.TagClassName
{
border-color: #CC15A0;
}
</style>