Shades of Medium Violet Red #CC15A7
Tints of Medium Violet Red #CC15A7
RGB
CMYK
RGB Variations
Color information
#CC15A7 (or 0xCC15A7) is known color: Medium Violet Red. HEX triplet: CC, 15 and A7. RGB value is (204,21,167). Sum of RGB (Red+Green+Blue) = 204+21+167=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 21 (8.59% from 255 or 5.36% from 392); Blue value is 167 (65.62% from 255 or 42.60% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC15A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC15A7 is #33EA58. Grayscale: #5B5B5B. Windows color (decimal): -3402329 or 10950092. OLE color: 10950092.
HSL color Cylindrical-coordinate representation of color #CC15A7: hue angle of 312.13º 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 #CC15A7 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 167 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.2 |
| HSL | 312.13º | 0.81% | 0.44% | - |
| HSV(B) | 312.13º | 0.9% | 0.8% | - |
| XYZ | 32.15 | 16.16 | 37.98 | - |
| YUV | 92.36 | 170.13 | 207.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 167 | 0 | 0.90 | 0.18 | 0.2 | 312.13 | 0.81 | 0.44 |
| Hex | CC | 15 | A7 | 0 | 5A | 12 | 14 | 138 | 51 | 2C |
| Octal | 314 | 25 | 247 | 0 | 132 | 22 | 24 | 470 | 121 | 54 |
| Binary | 11001100 | 10101 | 10100111 | 0 | 1011010 | 10010 | 10100 | 100111000 | 1010001 | 101100 |
Color Harmonies of #CC15A7
Complementary color
Monochromatic Colors of #CC15A7
Black with #CC15A7
Text Example
Text Example
White with #CC15A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC15A7; }
p { color: rgb(204,21,167); }
H1.HeaderClassName
{
color: #CC15A7;
}
.AnyTagClassName
{
color: #CC15A7;
}
</style>
background-color css
<style>
a { background-color: #CC15A7; }
a { background-color: rgb(204,21,167); }
div.DivClassName
{
background-color: #CC15A7;
}
.BgClassName
{
background-color: #CC15A7;
}
</style>
border-color css
<style>
span { border-color: #CC15A7; }
span { border-color: rgb(204,21,167); }
td.TdClassName
{
border-color: #CC15A7;
}
.TagClassName
{
border-color: #CC15A7;
}
</style>