Shades of Medium Violet Red #CD20A3
Tints of Medium Violet Red #CD20A3
RGB
CMYK
RGB Variations
Color information
#CD20A3 (or 0xCD20A3) is known color: Medium Violet Red. HEX triplet: CD, 20 and A3. RGB value is (205,32,163). Sum of RGB (Red+Green+Blue) = 205+32+163=400 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.25% from 400); Green value is 32 (12.89% from 255 or 8% from 400); Blue value is 163 (64.06% from 255 or 40.75% from 400); Max value from RGB is 205 - color contains mainly: red. Hex color #CD20A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD20A3 is #32DF5C. Grayscale: #626262. Windows color (decimal): -3333981 or 10690765. OLE color: 10690765.
HSL color Cylindrical-coordinate representation of color #CD20A3: hue angle of 314.57º degrees, saturation: 0.73, 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 #CD20A3 is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 32 | 163 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.20 |
| HSL | 314.57º | 0.73% | 0.46% | - |
| HSV(B) | 314.57º | 0.84% | 0.8% | - |
| XYZ | 32.3 | 16.66 | 36.16 | - |
| YUV | 98.66 | 164.31 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 32 | 163 | 0 | 0.84 | 0.20 | 0.20 | 314.57 | 0.73 | 0.46 |
| Hex | CD | 20 | A3 | 0 | 54 | 14 | 14 | 13B | 49 | 2E |
| Octal | 315 | 40 | 243 | 0 | 124 | 24 | 24 | 473 | 111 | 56 |
| Binary | 11001101 | 100000 | 10100011 | 0 | 1010100 | 10100 | 10100 | 100111011 | 1001001 | 101110 |
Color Harmonies of #CD20A3
Complementary color
Monochromatic Colors of #CD20A3
Black with #CD20A3
Text Example
Text Example
White with #CD20A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD20A3; }
p { color: rgb(205,32,163); }
H1.HeaderClassName
{
color: #CD20A3;
}
.AnyTagClassName
{
color: #CD20A3;
}
</style>
background-color css
<style>
a { background-color: #CD20A3; }
a { background-color: rgb(205,32,163); }
div.DivClassName
{
background-color: #CD20A3;
}
.BgClassName
{
background-color: #CD20A3;
}
</style>
border-color css
<style>
span { border-color: #CD20A3; }
span { border-color: rgb(205,32,163); }
td.TdClassName
{
border-color: #CD20A3;
}
.TagClassName
{
border-color: #CD20A3;
}
</style>