Shades of Medium Violet Red #CD207A
Tints of Medium Violet Red #CD207A
RGB
CMYK
RGB Variations
Color information
#CD207A (or 0xCD207A) is known color: Medium Violet Red. HEX triplet: CD, 20 and 7A. RGB value is (205,32,122). Sum of RGB (Red+Green+Blue) = 205+32+122=359 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.10% from 359); Green value is 32 (12.89% from 255 or 8.91% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 205 - color contains mainly: red. Hex color #CD207A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD207A is #32DF85. Grayscale: #5D5D5D. Windows color (decimal): -3334022 or 8003789. OLE color: 8003789.
HSL color Cylindrical-coordinate representation of color #CD207A: hue angle of 328.79º 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 #CD207A is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 32 | 122 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.20 |
| HSL | 328.79º | 0.73% | 0.46% | - |
| HSV(B) | 328.79º | 0.84% | 0.8% | - |
| XYZ | 29.21 | 15.42 | 19.85 | - |
| YUV | 93.99 | 143.81 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 32 | 122 | 0 | 0.84 | 0.40 | 0.20 | 328.79 | 0.73 | 0.46 |
| Hex | CD | 20 | 7A | 0 | 54 | 28 | 14 | 149 | 49 | 2E |
| Octal | 315 | 40 | 172 | 0 | 124 | 50 | 24 | 511 | 111 | 56 |
| Binary | 11001101 | 100000 | 1111010 | 0 | 1010100 | 101000 | 10100 | 101001001 | 1001001 | 101110 |
Color Harmonies of #CD207A
Complementary color
Monochromatic Colors of #CD207A
Black with #CD207A
Text Example
Text Example
White with #CD207A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD207A; }
p { color: rgb(205,32,122); }
H1.HeaderClassName
{
color: #CD207A;
}
.AnyTagClassName
{
color: #CD207A;
}
</style>
background-color css
<style>
a { background-color: #CD207A; }
a { background-color: rgb(205,32,122); }
div.DivClassName
{
background-color: #CD207A;
}
.BgClassName
{
background-color: #CD207A;
}
</style>
border-color css
<style>
span { border-color: #CD207A; }
span { border-color: rgb(205,32,122); }
td.TdClassName
{
border-color: #CD207A;
}
.TagClassName
{
border-color: #CD207A;
}
</style>