Shades of Medium Violet Red #CC16A4
Tints of Medium Violet Red #CC16A4
RGB
CMYK
RGB Variations
Color information
#CC16A4 (or 0xCC16A4) is known color: Medium Violet Red. HEX triplet: CC, 16 and A4. RGB value is (204,22,164). Sum of RGB (Red+Green+Blue) = 204+22+164=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 22 (8.98% from 255 or 5.64% from 390); Blue value is 164 (64.45% from 255 or 42.05% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC16A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC16A4 is #33E95B. Grayscale: #5C5C5C. Windows color (decimal): -3402076 or 10753740. OLE color: 10753740.
HSL color Cylindrical-coordinate representation of color #CC16A4: hue angle of 313.19º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC16A4 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 164 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.2 |
| HSL | 313.19º | 0.81% | 0.44% | - |
| HSV(B) | 313.19º | 0.89% | 0.8% | - |
| XYZ | 31.89 | 16.09 | 36.55 | - |
| YUV | 92.61 | 168.3 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 164 | 0 | 0.89 | 0.20 | 0.2 | 313.19 | 0.81 | 0.44 |
| Hex | CC | 16 | A4 | 0 | 59 | 14 | 14 | 139 | 51 | 2C |
| Octal | 314 | 26 | 244 | 0 | 131 | 24 | 24 | 471 | 121 | 54 |
| Binary | 11001100 | 10110 | 10100100 | 0 | 1011001 | 10100 | 10100 | 100111001 | 1010001 | 101100 |
Color Harmonies of #CC16A4
Complementary color
Monochromatic Colors of #CC16A4
Black with #CC16A4
Text Example
Text Example
White with #CC16A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC16A4; }
p { color: rgb(204,22,164); }
H1.HeaderClassName
{
color: #CC16A4;
}
.AnyTagClassName
{
color: #CC16A4;
}
</style>
background-color css
<style>
a { background-color: #CC16A4; }
a { background-color: rgb(204,22,164); }
div.DivClassName
{
background-color: #CC16A4;
}
.BgClassName
{
background-color: #CC16A4;
}
</style>
border-color css
<style>
span { border-color: #CC16A4; }
span { border-color: rgb(204,22,164); }
td.TdClassName
{
border-color: #CC16A4;
}
.TagClassName
{
border-color: #CC16A4;
}
</style>