Shades of Medium Violet Red #CD247A
Tints of Medium Violet Red #CD247A
RGB
CMYK
RGB Variations
Color information
#CD247A (or 0xCD247A) is known color: Medium Violet Red. HEX triplet: CD, 24 and 7A. RGB value is (205,36,122). Sum of RGB (Red+Green+Blue) = 205+36+122=363 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.47% from 363); Green value is 36 (14.45% from 255 or 9.92% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 205 - color contains mainly: red. Hex color #CD247A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD247A is #32DB85. Grayscale: #606060. Windows color (decimal): -3332998 or 8004813. OLE color: 8004813.
HSL color Cylindrical-coordinate representation of color #CD247A: hue angle of 329.47º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CD247A is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 36 | 122 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.20 |
| HSL | 329.47º | 0.7% | 0.47% | - |
| HSV(B) | 329.47º | 0.82% | 0.8% | - |
| XYZ | 29.32 | 15.65 | 19.89 | - |
| YUV | 96.34 | 142.49 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 36 | 122 | 0 | 0.82 | 0.40 | 0.20 | 329.47 | 0.7 | 0.47 |
| Hex | CD | 24 | 7A | 0 | 52 | 28 | 14 | 149 | 46 | 2F |
| Octal | 315 | 44 | 172 | 0 | 122 | 50 | 24 | 511 | 106 | 57 |
| Binary | 11001101 | 100100 | 1111010 | 0 | 1010010 | 101000 | 10100 | 101001001 | 1000110 | 101111 |
Color Harmonies of #CD247A
Complementary color
Monochromatic Colors of #CD247A
Black with #CD247A
Text Example
Text Example
White with #CD247A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD247A; }
p { color: rgb(205,36,122); }
H1.HeaderClassName
{
color: #CD247A;
}
.AnyTagClassName
{
color: #CD247A;
}
</style>
background-color css
<style>
a { background-color: #CD247A; }
a { background-color: rgb(205,36,122); }
div.DivClassName
{
background-color: #CD247A;
}
.BgClassName
{
background-color: #CD247A;
}
</style>
border-color css
<style>
span { border-color: #CD247A; }
span { border-color: rgb(205,36,122); }
td.TdClassName
{
border-color: #CD247A;
}
.TagClassName
{
border-color: #CD247A;
}
</style>