Shades of Medium Violet Red #CD178A
Tints of Medium Violet Red #CD178A
RGB
CMYK
RGB Variations
Color information
#CD178A (or 0xCD178A) is known color: Medium Violet Red. HEX triplet: CD, 17 and 8A. RGB value is (205,23,138). Sum of RGB (Red+Green+Blue) = 205+23+138=366 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.01% from 366); Green value is 23 (9.38% from 255 or 6.28% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 205 - color contains mainly: red. Hex color #CD178A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD178A is #32E875. Grayscale: #5A5A5A. Windows color (decimal): -3336310 or 9050061. OLE color: 9050061.
HSL color Cylindrical-coordinate representation of color #CD178A: hue angle of 322.09º 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 #CD178A is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 23 | 138 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.20 |
| HSL | 322.09º | 0.8% | 0.45% | - |
| HSV(B) | 322.09º | 0.89% | 0.8% | - |
| XYZ | 30.07 | 15.43 | 25.44 | - |
| YUV | 90.53 | 154.8 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 23 | 138 | 0 | 0.89 | 0.33 | 0.20 | 322.09 | 0.8 | 0.45 |
| Hex | CD | 17 | 8A | 0 | 59 | 21 | 14 | 142 | 50 | 2D |
| Octal | 315 | 27 | 212 | 0 | 131 | 41 | 24 | 502 | 120 | 55 |
| Binary | 11001101 | 10111 | 10001010 | 0 | 1011001 | 100001 | 10100 | 101000010 | 1010000 | 101101 |
Color Harmonies of #CD178A
Complementary color
Monochromatic Colors of #CD178A
Black with #CD178A
Text Example
Text Example
White with #CD178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD178A; }
p { color: rgb(205,23,138); }
H1.HeaderClassName
{
color: #CD178A;
}
.AnyTagClassName
{
color: #CD178A;
}
</style>
background-color css
<style>
a { background-color: #CD178A; }
a { background-color: rgb(205,23,138); }
div.DivClassName
{
background-color: #CD178A;
}
.BgClassName
{
background-color: #CD178A;
}
</style>
border-color css
<style>
span { border-color: #CD178A; }
span { border-color: rgb(205,23,138); }
td.TdClassName
{
border-color: #CD178A;
}
.TagClassName
{
border-color: #CD178A;
}
</style>