Shades of Medium Violet Red #CD207C
Tints of Medium Violet Red #CD207C
RGB
CMYK
RGB Variations
Color information
#CD207C (or 0xCD207C) is known color: Medium Violet Red. HEX triplet: CD, 20 and 7C. RGB value is (205,32,124). Sum of RGB (Red+Green+Blue) = 205+32+124=361 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.79% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 205 - color contains mainly: red. Hex color #CD207C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD207C is #32DF83. Grayscale: #5E5E5E. Windows color (decimal): -3334020 or 8134861. OLE color: 8134861.
HSL color Cylindrical-coordinate representation of color #CD207C: hue angle of 328.09º 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 #CD207C is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 32 | 124 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.20 |
| HSL | 328.09º | 0.73% | 0.46% | - |
| HSV(B) | 328.09º | 0.84% | 0.8% | - |
| XYZ | 29.33 | 15.47 | 20.51 | - |
| YUV | 94.22 | 144.81 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 32 | 124 | 0 | 0.84 | 0.40 | 0.20 | 328.09 | 0.73 | 0.46 |
| Hex | CD | 20 | 7C | 0 | 54 | 28 | 14 | 148 | 49 | 2E |
| Octal | 315 | 40 | 174 | 0 | 124 | 50 | 24 | 510 | 111 | 56 |
| Binary | 11001101 | 100000 | 1111100 | 0 | 1010100 | 101000 | 10100 | 101001000 | 1001001 | 101110 |
Color Harmonies of #CD207C
Complementary color
Monochromatic Colors of #CD207C
Black with #CD207C
Text Example
Text Example
White with #CD207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD207C; }
p { color: rgb(205,32,124); }
H1.HeaderClassName
{
color: #CD207C;
}
.AnyTagClassName
{
color: #CD207C;
}
</style>
background-color css
<style>
a { background-color: #CD207C; }
a { background-color: rgb(205,32,124); }
div.DivClassName
{
background-color: #CD207C;
}
.BgClassName
{
background-color: #CD207C;
}
</style>
border-color css
<style>
span { border-color: #CD207C; }
span { border-color: rgb(205,32,124); }
td.TdClassName
{
border-color: #CD207C;
}
.TagClassName
{
border-color: #CD207C;
}
</style>