Shades of Medium Violet Red #CC15A9
Tints of Medium Violet Red #CC15A9
RGB
CMYK
RGB Variations
Color information
#CC15A9 (or 0xCC15A9) is known color: Medium Violet Red. HEX triplet: CC, 15 and A9. RGB value is (204,21,169). Sum of RGB (Red+Green+Blue) = 204+21+169=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 21 (8.59% from 255 or 5.33% from 394); Blue value is 169 (66.41% from 255 or 42.89% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC15A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC15A9 is #33EA56. Grayscale: #5C5C5C. Windows color (decimal): -3402327 or 11081164. OLE color: 11081164.
HSL color Cylindrical-coordinate representation of color #CC15A9: hue angle of 311.48º 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 #CC15A9 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 169 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.2 |
| HSL | 311.48º | 0.81% | 0.44% | - |
| HSV(B) | 311.48º | 0.9% | 0.8% | - |
| XYZ | 32.33 | 16.24 | 38.97 | - |
| YUV | 92.59 | 171.13 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 169 | 0 | 0.90 | 0.17 | 0.2 | 311.48 | 0.81 | 0.44 |
| Hex | CC | 15 | A9 | 0 | 5A | 11 | 14 | 137 | 51 | 2C |
| Octal | 314 | 25 | 251 | 0 | 132 | 21 | 24 | 467 | 121 | 54 |
| Binary | 11001100 | 10101 | 10101001 | 0 | 1011010 | 10001 | 10100 | 100110111 | 1010001 | 101100 |
Color Harmonies of #CC15A9
Complementary color
Monochromatic Colors of #CC15A9
Black with #CC15A9
Text Example
Text Example
White with #CC15A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC15A9; }
p { color: rgb(204,21,169); }
H1.HeaderClassName
{
color: #CC15A9;
}
.AnyTagClassName
{
color: #CC15A9;
}
</style>
background-color css
<style>
a { background-color: #CC15A9; }
a { background-color: rgb(204,21,169); }
div.DivClassName
{
background-color: #CC15A9;
}
.BgClassName
{
background-color: #CC15A9;
}
</style>
border-color css
<style>
span { border-color: #CC15A9; }
span { border-color: rgb(204,21,169); }
td.TdClassName
{
border-color: #CC15A9;
}
.TagClassName
{
border-color: #CC15A9;
}
</style>