Shades of Medium Violet Red #CC14A1
Tints of Medium Violet Red #CC14A1
RGB
CMYK
RGB Variations
Color information
#CC14A1 (or 0xCC14A1) is known color: Medium Violet Red. HEX triplet: CC, 14 and A1. RGB value is (204,20,161). Sum of RGB (Red+Green+Blue) = 204+20+161=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 20 (8.20% from 255 or 5.19% from 385); Blue value is 161 (63.28% from 255 or 41.82% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC14A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC14A1 is #33EB5E. Grayscale: #5A5A5A. Windows color (decimal): -3402591 or 10556620. OLE color: 10556620.
HSL color Cylindrical-coordinate representation of color #CC14A1: hue angle of 314.02º degrees, saturation: 0.82, 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 #CC14A1 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 161 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.2 |
| HSL | 314.02º | 0.82% | 0.44% | - |
| HSV(B) | 314.02º | 0.9% | 0.8% | - |
| XYZ | 31.59 | 15.91 | 35.12 | - |
| YUV | 91.09 | 167.46 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 161 | 0 | 0.90 | 0.21 | 0.2 | 314.02 | 0.82 | 0.44 |
| Hex | CC | 14 | A1 | 0 | 5A | 15 | 14 | 13A | 52 | 2C |
| Octal | 314 | 24 | 241 | 0 | 132 | 25 | 24 | 472 | 122 | 54 |
| Binary | 11001100 | 10100 | 10100001 | 0 | 1011010 | 10101 | 10100 | 100111010 | 1010010 | 101100 |
Color Harmonies of #CC14A1
Complementary color
Monochromatic Colors of #CC14A1
Black with #CC14A1
Text Example
Text Example
White with #CC14A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC14A1; }
p { color: rgb(204,20,161); }
H1.HeaderClassName
{
color: #CC14A1;
}
.AnyTagClassName
{
color: #CC14A1;
}
</style>
background-color css
<style>
a { background-color: #CC14A1; }
a { background-color: rgb(204,20,161); }
div.DivClassName
{
background-color: #CC14A1;
}
.BgClassName
{
background-color: #CC14A1;
}
</style>
border-color css
<style>
span { border-color: #CC14A1; }
span { border-color: rgb(204,20,161); }
td.TdClassName
{
border-color: #CC14A1;
}
.TagClassName
{
border-color: #CC14A1;
}
</style>