Shades of Medium Violet Red #CD247D
Tints of Medium Violet Red #CD247D
RGB
CMYK
RGB Variations
Color information
#CD247D (or 0xCD247D) is known color: Medium Violet Red. HEX triplet: CD, 24 and 7D. RGB value is (205,36,125). Sum of RGB (Red+Green+Blue) = 205+36+125=366 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.01% from 366); Green value is 36 (14.45% from 255 or 9.84% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 205 - color contains mainly: red. Hex color #CD247D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD247D is #32DB82. Grayscale: #606060. Windows color (decimal): -3332995 or 8201421. OLE color: 8201421.
HSL color Cylindrical-coordinate representation of color #CD247D: hue angle of 328.4º 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 #CD247D is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 36 | 125 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.20 |
| HSL | 328.4º | 0.7% | 0.47% | - |
| HSV(B) | 328.4º | 0.82% | 0.8% | - |
| XYZ | 29.51 | 15.72 | 20.88 | - |
| YUV | 96.68 | 143.99 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 36 | 125 | 0 | 0.82 | 0.39 | 0.20 | 328.4 | 0.7 | 0.47 |
| Hex | CD | 24 | 7D | 0 | 52 | 27 | 14 | 148 | 46 | 2F |
| Octal | 315 | 44 | 175 | 0 | 122 | 47 | 24 | 510 | 106 | 57 |
| Binary | 11001101 | 100100 | 1111101 | 0 | 1010010 | 100111 | 10100 | 101001000 | 1000110 | 101111 |
Color Harmonies of #CD247D
Complementary color
Monochromatic Colors of #CD247D
Black with #CD247D
Text Example
Text Example
White with #CD247D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD247D; }
p { color: rgb(205,36,125); }
H1.HeaderClassName
{
color: #CD247D;
}
.AnyTagClassName
{
color: #CD247D;
}
</style>
background-color css
<style>
a { background-color: #CD247D; }
a { background-color: rgb(205,36,125); }
div.DivClassName
{
background-color: #CD247D;
}
.BgClassName
{
background-color: #CD247D;
}
</style>
border-color css
<style>
span { border-color: #CD247D; }
span { border-color: rgb(205,36,125); }
td.TdClassName
{
border-color: #CD247D;
}
.TagClassName
{
border-color: #CD247D;
}
</style>