Shades of Medium Violet Red #CC22AD
Tints of Medium Violet Red #CC22AD
RGB
CMYK
RGB Variations
Color information
#CC22AD (or 0xCC22AD) is known color: Medium Violet Red. HEX triplet: CC, 22 and AD. RGB value is (204,34,173). Sum of RGB (Red+Green+Blue) = 204+34+173=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 34 (13.67% from 255 or 8.27% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC22AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC22AD is #33DD52. Grayscale: #646464. Windows color (decimal): -3398995 or 11346636. OLE color: 11346636.
HSL color Cylindrical-coordinate representation of color #CC22AD: hue angle of 310.94º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC22AD is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 173 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.2 |
| HSL | 310.94º | 0.71% | 0.47% | - |
| HSV(B) | 310.94º | 0.83% | 0.8% | - |
| XYZ | 33.02 | 17 | 41.08 | - |
| YUV | 100.68 | 168.82 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 173 | 0 | 0.83 | 0.15 | 0.2 | 310.94 | 0.71 | 0.47 |
| Hex | CC | 22 | AD | 0 | 53 | F | 14 | 137 | 47 | 2F |
| Octal | 314 | 42 | 255 | 0 | 123 | 17 | 24 | 467 | 107 | 57 |
| Binary | 11001100 | 100010 | 10101101 | 0 | 1010011 | 1111 | 10100 | 100110111 | 1000111 | 101111 |
Color Harmonies of #CC22AD
Complementary color
Monochromatic Colors of #CC22AD
Black with #CC22AD
Text Example
Text Example
White with #CC22AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC22AD; }
p { color: rgb(204,34,173); }
H1.HeaderClassName
{
color: #CC22AD;
}
.AnyTagClassName
{
color: #CC22AD;
}
</style>
background-color css
<style>
a { background-color: #CC22AD; }
a { background-color: rgb(204,34,173); }
div.DivClassName
{
background-color: #CC22AD;
}
.BgClassName
{
background-color: #CC22AD;
}
</style>
border-color css
<style>
span { border-color: #CC22AD; }
span { border-color: rgb(204,34,173); }
td.TdClassName
{
border-color: #CC22AD;
}
.TagClassName
{
border-color: #CC22AD;
}
</style>