Shades of Medium Violet Red #CD04A0
Tints of Medium Violet Red #CD04A0
RGB
CMYK
RGB Variations
Color information
#CD04A0 (or 0xCD04A0) is known color: Medium Violet Red. HEX triplet: CD, 04 and A0. RGB value is (205,4,160). Sum of RGB (Red+Green+Blue) = 205+4+160=369 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.56% from 369); Green value is 4 (1.95% from 255 or 1.08% from 369); Blue value is 160 (62.89% from 255 or 43.36% from 369); Max value from RGB is 205 - color contains mainly: red. Hex color #CD04A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD04A0 is #32FB5F. Grayscale: #515151. Windows color (decimal): -3341152 or 10486989. OLE color: 10486989.
HSL color Cylindrical-coordinate representation of color #CD04A0: hue angle of 313.43º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CD04A0 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 4 | 160 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.20 |
| HSL | 313.43º | 0.96% | 0.41% | - |
| HSV(B) | 313.43º | 0.98% | 0.8% | - |
| XYZ | 31.57 | 15.6 | 34.61 | - |
| YUV | 81.88 | 172.09 | 215.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 4 | 160 | 0 | 0.98 | 0.22 | 0.20 | 313.43 | 0.96 | 0.41 |
| Hex | CD | 4 | A0 | 0 | 62 | 16 | 14 | 139 | 60 | 29 |
| Octal | 315 | 4 | 240 | 0 | 142 | 26 | 24 | 471 | 140 | 51 |
| Binary | 11001101 | 100 | 10100000 | 0 | 1100010 | 10110 | 10100 | 100111001 | 1100000 | 101001 |
Color Harmonies of #CD04A0
Complementary color
Monochromatic Colors of #CD04A0
Black with #CD04A0
Text Example
Text Example
White with #CD04A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD04A0; }
p { color: rgb(205,4,160); }
H1.HeaderClassName
{
color: #CD04A0;
}
.AnyTagClassName
{
color: #CD04A0;
}
</style>
background-color css
<style>
a { background-color: #CD04A0; }
a { background-color: rgb(205,4,160); }
div.DivClassName
{
background-color: #CD04A0;
}
.BgClassName
{
background-color: #CD04A0;
}
</style>
border-color css
<style>
span { border-color: #CD04A0; }
span { border-color: rgb(205,4,160); }
td.TdClassName
{
border-color: #CD04A0;
}
.TagClassName
{
border-color: #CD04A0;
}
</style>