Shades of Medium Violet Red #CD0A70
Tints of Medium Violet Red #CD0A70
RGB
CMYK
RGB Variations
Color information
#CD0A70 (or 0xCD0A70) is known color: Medium Violet Red. HEX triplet: CD, 0A and 70. RGB value is (205,10,112). Sum of RGB (Red+Green+Blue) = 205+10+112=327 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.69% from 327); Green value is 10 (4.30% from 255 or 3.06% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0A70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0A70 is #32F58F. Grayscale: #4F4F4F. Windows color (decimal): -3339664 or 7342797. OLE color: 7342797.
HSL color Cylindrical-coordinate representation of color #CD0A70: hue angle of 328.62º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD0A70 is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 10 | 112 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.20 |
| HSL | 328.62º | 0.91% | 0.42% | - |
| HSV(B) | 328.62º | 0.95% | 0.8% | - |
| XYZ | 28.21 | 14.37 | 16.62 | - |
| YUV | 79.93 | 146.1 | 217.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 10 | 112 | 0 | 0.95 | 0.45 | 0.20 | 328.62 | 0.91 | 0.42 |
| Hex | CD | A | 70 | 0 | 5F | 2D | 14 | 149 | 5B | 2A |
| Octal | 315 | 12 | 160 | 0 | 137 | 55 | 24 | 511 | 133 | 52 |
| Binary | 11001101 | 1010 | 1110000 | 0 | 1011111 | 101101 | 10100 | 101001001 | 1011011 | 101010 |
Color Harmonies of #CD0A70
Complementary color
Monochromatic Colors of #CD0A70
Black with #CD0A70
Text Example
Text Example
White with #CD0A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0A70; }
p { color: rgb(205,10,112); }
H1.HeaderClassName
{
color: #CD0A70;
}
.AnyTagClassName
{
color: #CD0A70;
}
</style>
background-color css
<style>
a { background-color: #CD0A70; }
a { background-color: rgb(205,10,112); }
div.DivClassName
{
background-color: #CD0A70;
}
.BgClassName
{
background-color: #CD0A70;
}
</style>
border-color css
<style>
span { border-color: #CD0A70; }
span { border-color: rgb(205,10,112); }
td.TdClassName
{
border-color: #CD0A70;
}
.TagClassName
{
border-color: #CD0A70;
}
</style>