Shades of Medium Violet Red #CD0CA0
Tints of Medium Violet Red #CD0CA0
RGB
CMYK
RGB Variations
Color information
#CD0CA0 (or 0xCD0CA0) is known color: Medium Violet Red. HEX triplet: CD, 0C and A0. RGB value is (205,12,160). Sum of RGB (Red+Green+Blue) = 205+12+160=377 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.38% from 377); Green value is 12 (5.08% from 255 or 3.18% from 377); Blue value is 160 (62.89% from 255 or 42.44% from 377); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0CA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD0CA0 is #32F35F. Grayscale: #565656. Windows color (decimal): -3339104 or 10489037. OLE color: 10489037.
HSL color Cylindrical-coordinate representation of color #CD0CA0: hue angle of 313.99º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD0CA0 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 12 | 160 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.20 |
| HSL | 313.99º | 0.89% | 0.43% | - |
| HSV(B) | 313.99º | 0.94% | 0.8% | - |
| XYZ | 31.65 | 15.78 | 34.64 | - |
| YUV | 86.58 | 169.44 | 212.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 12 | 160 | 0 | 0.94 | 0.22 | 0.20 | 313.99 | 0.89 | 0.43 |
| Hex | CD | C | A0 | 0 | 5E | 16 | 14 | 13A | 59 | 2B |
| Octal | 315 | 14 | 240 | 0 | 136 | 26 | 24 | 472 | 131 | 53 |
| Binary | 11001101 | 1100 | 10100000 | 0 | 1011110 | 10110 | 10100 | 100111010 | 1011001 | 101011 |
Color Harmonies of #CD0CA0
Complementary color
Monochromatic Colors of #CD0CA0
Black with #CD0CA0
Text Example
Text Example
White with #CD0CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0CA0; }
p { color: rgb(205,12,160); }
H1.HeaderClassName
{
color: #CD0CA0;
}
.AnyTagClassName
{
color: #CD0CA0;
}
</style>
background-color css
<style>
a { background-color: #CD0CA0; }
a { background-color: rgb(205,12,160); }
div.DivClassName
{
background-color: #CD0CA0;
}
.BgClassName
{
background-color: #CD0CA0;
}
</style>
border-color css
<style>
span { border-color: #CD0CA0; }
span { border-color: rgb(205,12,160); }
td.TdClassName
{
border-color: #CD0CA0;
}
.TagClassName
{
border-color: #CD0CA0;
}
</style>