Shades of Medium Violet Red #CD217C
Tints of Medium Violet Red #CD217C
RGB
CMYK
RGB Variations
Color information
#CD217C (or 0xCD217C) is known color: Medium Violet Red. HEX triplet: CD, 21 and 7C. RGB value is (205,33,124). Sum of RGB (Red+Green+Blue) = 205+33+124=362 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.63% from 362); Green value is 33 (13.28% from 255 or 9.12% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 205 - color contains mainly: red. Hex color #CD217C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD217C is #32DE83. Grayscale: #5E5E5E. Windows color (decimal): -3333764 or 8135117. OLE color: 8135117.
HSL color Cylindrical-coordinate representation of color #CD217C: hue angle of 328.26º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD217C is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 33 | 124 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.20 |
| HSL | 328.26º | 0.72% | 0.47% | - |
| HSV(B) | 328.26º | 0.84% | 0.8% | - |
| XYZ | 29.36 | 15.52 | 20.52 | - |
| YUV | 94.8 | 144.48 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 33 | 124 | 0 | 0.84 | 0.40 | 0.20 | 328.26 | 0.72 | 0.47 |
| Hex | CD | 21 | 7C | 0 | 54 | 28 | 14 | 148 | 48 | 2F |
| Octal | 315 | 41 | 174 | 0 | 124 | 50 | 24 | 510 | 110 | 57 |
| Binary | 11001101 | 100001 | 1111100 | 0 | 1010100 | 101000 | 10100 | 101001000 | 1001000 | 101111 |
Color Harmonies of #CD217C
Complementary color
Monochromatic Colors of #CD217C
Black with #CD217C
Text Example
Text Example
White with #CD217C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD217C; }
p { color: rgb(205,33,124); }
H1.HeaderClassName
{
color: #CD217C;
}
.AnyTagClassName
{
color: #CD217C;
}
</style>
background-color css
<style>
a { background-color: #CD217C; }
a { background-color: rgb(205,33,124); }
div.DivClassName
{
background-color: #CD217C;
}
.BgClassName
{
background-color: #CD217C;
}
</style>
border-color css
<style>
span { border-color: #CD217C; }
span { border-color: rgb(205,33,124); }
td.TdClassName
{
border-color: #CD217C;
}
.TagClassName
{
border-color: #CD217C;
}
</style>