Shades of Medium Violet Red #CD189C
Tints of Medium Violet Red #CD189C
RGB
CMYK
RGB Variations
Color information
#CD189C (or 0xCD189C) is known color: Medium Violet Red. HEX triplet: CD, 18 and 9C. RGB value is (205,24,156). Sum of RGB (Red+Green+Blue) = 205+24+156=385 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.25% from 385); Green value is 24 (9.77% from 255 or 6.23% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 205 - color contains mainly: red. Hex color #CD189C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD189C is #32E763. Grayscale: #5C5C5C. Windows color (decimal): -3336036 or 10229965. OLE color: 10229965.
HSL color Cylindrical-coordinate representation of color #CD189C: hue angle of 316.24º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD189C is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 24 | 156 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.20 |
| HSL | 316.24º | 0.79% | 0.45% | - |
| HSV(B) | 316.24º | 0.88% | 0.8% | - |
| XYZ | 31.5 | 16.03 | 32.89 | - |
| YUV | 93.17 | 163.47 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 24 | 156 | 0 | 0.88 | 0.24 | 0.20 | 316.24 | 0.79 | 0.45 |
| Hex | CD | 18 | 9C | 0 | 58 | 18 | 14 | 13C | 4F | 2D |
| Octal | 315 | 30 | 234 | 0 | 130 | 30 | 24 | 474 | 117 | 55 |
| Binary | 11001101 | 11000 | 10011100 | 0 | 1011000 | 11000 | 10100 | 100111100 | 1001111 | 101101 |
Color Harmonies of #CD189C
Complementary color
Monochromatic Colors of #CD189C
Black with #CD189C
Text Example
Text Example
White with #CD189C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD189C; }
p { color: rgb(205,24,156); }
H1.HeaderClassName
{
color: #CD189C;
}
.AnyTagClassName
{
color: #CD189C;
}
</style>
background-color css
<style>
a { background-color: #CD189C; }
a { background-color: rgb(205,24,156); }
div.DivClassName
{
background-color: #CD189C;
}
.BgClassName
{
background-color: #CD189C;
}
</style>
border-color css
<style>
span { border-color: #CD189C; }
span { border-color: rgb(205,24,156); }
td.TdClassName
{
border-color: #CD189C;
}
.TagClassName
{
border-color: #CD189C;
}
</style>