Shades of Medium Violet Red #CD218B
Tints of Medium Violet Red #CD218B
RGB
CMYK
RGB Variations
Color information
#CD218B (or 0xCD218B) is known color: Medium Violet Red. HEX triplet: CD, 21 and 8B. RGB value is (205,33,139). Sum of RGB (Red+Green+Blue) = 205+33+139=377 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.38% from 377); Green value is 33 (13.28% from 255 or 8.75% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 205 - color contains mainly: red. Hex color #CD218B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD218B is #32DE74. Grayscale: #606060. Windows color (decimal): -3333749 or 9118157. OLE color: 9118157.
HSL color Cylindrical-coordinate representation of color #CD218B: hue angle of 323.02º 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 #CD218B is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 33 | 139 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.20 |
| HSL | 323.02º | 0.72% | 0.47% | - |
| HSV(B) | 323.02º | 0.84% | 0.8% | - |
| XYZ | 30.38 | 15.93 | 25.9 | - |
| YUV | 96.51 | 151.98 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 33 | 139 | 0 | 0.84 | 0.32 | 0.20 | 323.02 | 0.72 | 0.47 |
| Hex | CD | 21 | 8B | 0 | 54 | 20 | 14 | 143 | 48 | 2F |
| Octal | 315 | 41 | 213 | 0 | 124 | 40 | 24 | 503 | 110 | 57 |
| Binary | 11001101 | 100001 | 10001011 | 0 | 1010100 | 100000 | 10100 | 101000011 | 1001000 | 101111 |
Color Harmonies of #CD218B
Complementary color
Monochromatic Colors of #CD218B
Black with #CD218B
Text Example
Text Example
White with #CD218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD218B; }
p { color: rgb(205,33,139); }
H1.HeaderClassName
{
color: #CD218B;
}
.AnyTagClassName
{
color: #CD218B;
}
</style>
background-color css
<style>
a { background-color: #CD218B; }
a { background-color: rgb(205,33,139); }
div.DivClassName
{
background-color: #CD218B;
}
.BgClassName
{
background-color: #CD218B;
}
</style>
border-color css
<style>
span { border-color: #CD218B; }
span { border-color: rgb(205,33,139); }
td.TdClassName
{
border-color: #CD218B;
}
.TagClassName
{
border-color: #CD218B;
}
</style>