Shades of Medium Violet Red #CD0C7E
Tints of Medium Violet Red #CD0C7E
RGB
CMYK
RGB Variations
Color information
#CD0C7E (or 0xCD0C7E) is known color: Medium Violet Red. HEX triplet: CD, 0C and 7E. RGB value is (205,12,126). Sum of RGB (Red+Green+Blue) = 205+12+126=343 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.77% from 343); Green value is 12 (5.08% from 255 or 3.50% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0C7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0C7E is #32F381. Grayscale: #525252. Windows color (decimal): -3339138 or 8260813. OLE color: 8260813.
HSL color Cylindrical-coordinate representation of color #CD0C7E: hue angle of 324.56º 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 #CD0C7E is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 12 | 126 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.20 |
| HSL | 324.56º | 0.89% | 0.43% | - |
| HSV(B) | 324.56º | 0.94% | 0.8% | - |
| XYZ | 29.07 | 14.75 | 21.05 | - |
| YUV | 82.7 | 152.44 | 215.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 12 | 126 | 0 | 0.94 | 0.39 | 0.20 | 324.56 | 0.89 | 0.43 |
| Hex | CD | C | 7E | 0 | 5E | 27 | 14 | 145 | 59 | 2B |
| Octal | 315 | 14 | 176 | 0 | 136 | 47 | 24 | 505 | 131 | 53 |
| Binary | 11001101 | 1100 | 1111110 | 0 | 1011110 | 100111 | 10100 | 101000101 | 1011001 | 101011 |
Color Harmonies of #CD0C7E
Complementary color
Monochromatic Colors of #CD0C7E
Black with #CD0C7E
Text Example
Text Example
White with #CD0C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0C7E; }
p { color: rgb(205,12,126); }
H1.HeaderClassName
{
color: #CD0C7E;
}
.AnyTagClassName
{
color: #CD0C7E;
}
</style>
background-color css
<style>
a { background-color: #CD0C7E; }
a { background-color: rgb(205,12,126); }
div.DivClassName
{
background-color: #CD0C7E;
}
.BgClassName
{
background-color: #CD0C7E;
}
</style>
border-color css
<style>
span { border-color: #CD0C7E; }
span { border-color: rgb(205,12,126); }
td.TdClassName
{
border-color: #CD0C7E;
}
.TagClassName
{
border-color: #CD0C7E;
}
</style>