Shades of Medium Violet Red #CD247C
Tints of Medium Violet Red #CD247C
RGB
CMYK
RGB Variations
Color information
#CD247C (or 0xCD247C) is known color: Medium Violet Red. HEX triplet: CD, 24 and 7C. RGB value is (205,36,124). Sum of RGB (Red+Green+Blue) = 205+36+124=365 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.16% from 365); Green value is 36 (14.45% from 255 or 9.86% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 205 - color contains mainly: red. Hex color #CD247C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD247C is #32DB83. Grayscale: #606060. Windows color (decimal): -3332996 or 8135885. OLE color: 8135885.
HSL color Cylindrical-coordinate representation of color #CD247C: hue angle of 328.76º 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 #CD247C is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 36 | 124 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.20 |
| HSL | 328.76º | 0.7% | 0.47% | - |
| HSV(B) | 328.76º | 0.82% | 0.8% | - |
| XYZ | 29.45 | 15.7 | 20.55 | - |
| YUV | 96.56 | 143.49 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 36 | 124 | 0 | 0.82 | 0.40 | 0.20 | 328.76 | 0.7 | 0.47 |
| Hex | CD | 24 | 7C | 0 | 52 | 28 | 14 | 149 | 46 | 2F |
| Octal | 315 | 44 | 174 | 0 | 122 | 50 | 24 | 511 | 106 | 57 |
| Binary | 11001101 | 100100 | 1111100 | 0 | 1010010 | 101000 | 10100 | 101001001 | 1000110 | 101111 |
Color Harmonies of #CD247C
Complementary color
Monochromatic Colors of #CD247C
Black with #CD247C
Text Example
Text Example
White with #CD247C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD247C; }
p { color: rgb(205,36,124); }
H1.HeaderClassName
{
color: #CD247C;
}
.AnyTagClassName
{
color: #CD247C;
}
</style>
background-color css
<style>
a { background-color: #CD247C; }
a { background-color: rgb(205,36,124); }
div.DivClassName
{
background-color: #CD247C;
}
.BgClassName
{
background-color: #CD247C;
}
</style>
border-color css
<style>
span { border-color: #CD247C; }
span { border-color: rgb(205,36,124); }
td.TdClassName
{
border-color: #CD247C;
}
.TagClassName
{
border-color: #CD247C;
}
</style>