Shades of Medium Violet Red #CD178B
Tints of Medium Violet Red #CD178B
RGB
CMYK
RGB Variations
Color information
#CD178B (or 0xCD178B) is known color: Medium Violet Red. HEX triplet: CD, 17 and 8B. RGB value is (205,23,139). Sum of RGB (Red+Green+Blue) = 205+23+139=367 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.86% from 367); Green value is 23 (9.38% from 255 or 6.27% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 205 - color contains mainly: red. Hex color #CD178B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD178B is #32E874. Grayscale: #5A5A5A. Windows color (decimal): -3336309 or 9115597. OLE color: 9115597.
HSL color Cylindrical-coordinate representation of color #CD178B: hue angle of 321.76º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CD178B is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 23 | 139 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.20 |
| HSL | 321.76º | 0.8% | 0.45% | - |
| HSV(B) | 321.76º | 0.89% | 0.8% | - |
| XYZ | 30.14 | 15.46 | 25.82 | - |
| YUV | 90.64 | 155.3 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 23 | 139 | 0 | 0.89 | 0.32 | 0.20 | 321.76 | 0.8 | 0.45 |
| Hex | CD | 17 | 8B | 0 | 59 | 20 | 14 | 142 | 50 | 2D |
| Octal | 315 | 27 | 213 | 0 | 131 | 40 | 24 | 502 | 120 | 55 |
| Binary | 11001101 | 10111 | 10001011 | 0 | 1011001 | 100000 | 10100 | 101000010 | 1010000 | 101101 |
Color Harmonies of #CD178B
Complementary color
Monochromatic Colors of #CD178B
Black with #CD178B
Text Example
Text Example
White with #CD178B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD178B; }
p { color: rgb(205,23,139); }
H1.HeaderClassName
{
color: #CD178B;
}
.AnyTagClassName
{
color: #CD178B;
}
</style>
background-color css
<style>
a { background-color: #CD178B; }
a { background-color: rgb(205,23,139); }
div.DivClassName
{
background-color: #CD178B;
}
.BgClassName
{
background-color: #CD178B;
}
</style>
border-color css
<style>
span { border-color: #CD178B; }
span { border-color: rgb(205,23,139); }
td.TdClassName
{
border-color: #CD178B;
}
.TagClassName
{
border-color: #CD178B;
}
</style>