Shades of Medium Violet Red #CC15A2
Tints of Medium Violet Red #CC15A2
RGB
CMYK
RGB Variations
Color information
#CC15A2 (or 0xCC15A2) is known color: Medium Violet Red. HEX triplet: CC, 15 and A2. RGB value is (204,21,162). Sum of RGB (Red+Green+Blue) = 204+21+162=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 21 (8.59% from 255 or 5.43% from 387); Blue value is 162 (63.67% from 255 or 41.86% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC15A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC15A2 is #33EA5D. Grayscale: #5B5B5B. Windows color (decimal): -3402334 or 10622412. OLE color: 10622412.
HSL color Cylindrical-coordinate representation of color #CC15A2: hue angle of 313.77º 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 #CC15A2 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 162 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.2 |
| HSL | 313.77º | 0.81% | 0.44% | - |
| HSV(B) | 313.77º | 0.9% | 0.8% | - |
| XYZ | 31.69 | 15.98 | 35.6 | - |
| YUV | 91.79 | 167.63 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 162 | 0 | 0.90 | 0.21 | 0.2 | 313.77 | 0.81 | 0.44 |
| Hex | CC | 15 | A2 | 0 | 5A | 15 | 14 | 13A | 51 | 2C |
| Octal | 314 | 25 | 242 | 0 | 132 | 25 | 24 | 472 | 121 | 54 |
| Binary | 11001100 | 10101 | 10100010 | 0 | 1011010 | 10101 | 10100 | 100111010 | 1010001 | 101100 |
Color Harmonies of #CC15A2
Complementary color
Monochromatic Colors of #CC15A2
Black with #CC15A2
Text Example
Text Example
White with #CC15A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC15A2; }
p { color: rgb(204,21,162); }
H1.HeaderClassName
{
color: #CC15A2;
}
.AnyTagClassName
{
color: #CC15A2;
}
</style>
background-color css
<style>
a { background-color: #CC15A2; }
a { background-color: rgb(204,21,162); }
div.DivClassName
{
background-color: #CC15A2;
}
.BgClassName
{
background-color: #CC15A2;
}
</style>
border-color css
<style>
span { border-color: #CC15A2; }
span { border-color: rgb(204,21,162); }
td.TdClassName
{
border-color: #CC15A2;
}
.TagClassName
{
border-color: #CC15A2;
}
</style>