Shades of Medium Violet Red #CD21A8
Tints of Medium Violet Red #CD21A8
RGB
CMYK
RGB Variations
Color information
#CD21A8 (or 0xCD21A8) is known color: Medium Violet Red. HEX triplet: CD, 21 and A8. RGB value is (205,33,168). Sum of RGB (Red+Green+Blue) = 205+33+168=406 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.49% from 406); Green value is 33 (13.28% from 255 or 8.13% from 406); Blue value is 168 (66.02% from 255 or 41.38% from 406); Max value from RGB is 205 - color contains mainly: red. Hex color #CD21A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD21A8 is #32DE57. Grayscale: #636363. Windows color (decimal): -3333720 or 11018701. OLE color: 11018701.
HSL color Cylindrical-coordinate representation of color #CD21A8: hue angle of 312.91º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD21A8 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 33 | 168 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.20 |
| HSL | 312.91º | 0.72% | 0.47% | - |
| HSV(B) | 312.91º | 0.84% | 0.8% | - |
| XYZ | 32.79 | 16.89 | 38.58 | - |
| YUV | 99.82 | 166.48 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 33 | 168 | 0 | 0.84 | 0.18 | 0.20 | 312.91 | 0.72 | 0.47 |
| Hex | CD | 21 | A8 | 0 | 54 | 12 | 14 | 139 | 48 | 2F |
| Octal | 315 | 41 | 250 | 0 | 124 | 22 | 24 | 471 | 110 | 57 |
| Binary | 11001101 | 100001 | 10101000 | 0 | 1010100 | 10010 | 10100 | 100111001 | 1001000 | 101111 |
Color Harmonies of #CD21A8
Complementary color
Monochromatic Colors of #CD21A8
Black with #CD21A8
Text Example
Text Example
White with #CD21A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD21A8; }
p { color: rgb(205,33,168); }
H1.HeaderClassName
{
color: #CD21A8;
}
.AnyTagClassName
{
color: #CD21A8;
}
</style>
background-color css
<style>
a { background-color: #CD21A8; }
a { background-color: rgb(205,33,168); }
div.DivClassName
{
background-color: #CD21A8;
}
.BgClassName
{
background-color: #CD21A8;
}
</style>
border-color css
<style>
span { border-color: #CD21A8; }
span { border-color: rgb(205,33,168); }
td.TdClassName
{
border-color: #CD21A8;
}
.TagClassName
{
border-color: #CD21A8;
}
</style>