Shades of Medium Violet Red #CC14A4
Tints of Medium Violet Red #CC14A4
RGB
CMYK
RGB Variations
Color information
#CC14A4 (or 0xCC14A4) is known color: Medium Violet Red. HEX triplet: CC, 14 and A4. RGB value is (204,20,164). Sum of RGB (Red+Green+Blue) = 204+20+164=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 20 (8.20% from 255 or 5.15% from 388); Blue value is 164 (64.45% from 255 or 42.27% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC14A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC14A4 is #33EB5B. Grayscale: #5B5B5B. Windows color (decimal): -3402588 or 10753228. OLE color: 10753228.
HSL color Cylindrical-coordinate representation of color #CC14A4: hue angle of 313.04º 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 #CC14A4 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 164 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.2 |
| HSL | 313.04º | 0.82% | 0.44% | - |
| HSV(B) | 313.04º | 0.9% | 0.8% | - |
| XYZ | 31.85 | 16.02 | 36.53 | - |
| YUV | 91.43 | 168.96 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 164 | 0 | 0.90 | 0.20 | 0.2 | 313.04 | 0.82 | 0.44 |
| Hex | CC | 14 | A4 | 0 | 5A | 14 | 14 | 139 | 52 | 2C |
| Octal | 314 | 24 | 244 | 0 | 132 | 24 | 24 | 471 | 122 | 54 |
| Binary | 11001100 | 10100 | 10100100 | 0 | 1011010 | 10100 | 10100 | 100111001 | 1010010 | 101100 |
Color Harmonies of #CC14A4
Complementary color
Monochromatic Colors of #CC14A4
Black with #CC14A4
Text Example
Text Example
White with #CC14A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC14A4; }
p { color: rgb(204,20,164); }
H1.HeaderClassName
{
color: #CC14A4;
}
.AnyTagClassName
{
color: #CC14A4;
}
</style>
background-color css
<style>
a { background-color: #CC14A4; }
a { background-color: rgb(204,20,164); }
div.DivClassName
{
background-color: #CC14A4;
}
.BgClassName
{
background-color: #CC14A4;
}
</style>
border-color css
<style>
span { border-color: #CC14A4; }
span { border-color: rgb(204,20,164); }
td.TdClassName
{
border-color: #CC14A4;
}
.TagClassName
{
border-color: #CC14A4;
}
</style>