Shades of Medium Violet Red #CC21AD
Tints of Medium Violet Red #CC21AD
RGB
CMYK
RGB Variations
Color information
#CC21AD (or 0xCC21AD) is known color: Medium Violet Red. HEX triplet: CC, 21 and AD. RGB value is (204,33,173). Sum of RGB (Red+Green+Blue) = 204+33+173=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 33 (13.28% from 255 or 8.05% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC21AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC21AD is #33DE52. Grayscale: #636363. Windows color (decimal): -3399251 or 11346380. OLE color: 11346380.
HSL color Cylindrical-coordinate representation of color #CC21AD: hue angle of 310.88º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC21AD is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 173 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.2 |
| HSL | 310.88º | 0.72% | 0.46% | - |
| HSV(B) | 310.88º | 0.84% | 0.8% | - |
| XYZ | 32.99 | 16.94 | 41.07 | - |
| YUV | 100.09 | 169.15 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 173 | 0 | 0.84 | 0.15 | 0.2 | 310.88 | 0.72 | 0.46 |
| Hex | CC | 21 | AD | 0 | 54 | F | 14 | 137 | 48 | 2E |
| Octal | 314 | 41 | 255 | 0 | 124 | 17 | 24 | 467 | 110 | 56 |
| Binary | 11001100 | 100001 | 10101101 | 0 | 1010100 | 1111 | 10100 | 100110111 | 1001000 | 101110 |
Color Harmonies of #CC21AD
Complementary color
Monochromatic Colors of #CC21AD
Black with #CC21AD
Text Example
Text Example
White with #CC21AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC21AD; }
p { color: rgb(204,33,173); }
H1.HeaderClassName
{
color: #CC21AD;
}
.AnyTagClassName
{
color: #CC21AD;
}
</style>
background-color css
<style>
a { background-color: #CC21AD; }
a { background-color: rgb(204,33,173); }
div.DivClassName
{
background-color: #CC21AD;
}
.BgClassName
{
background-color: #CC21AD;
}
</style>
border-color css
<style>
span { border-color: #CC21AD; }
span { border-color: rgb(204,33,173); }
td.TdClassName
{
border-color: #CC21AD;
}
.TagClassName
{
border-color: #CC21AD;
}
</style>