Shades of Medium Violet Red #CB189C
Tints of Medium Violet Red #CB189C
RGB
CMYK
RGB Variations
Color information
#CB189C (or 0xCB189C) is known color: Medium Violet Red. HEX triplet: CB, 18 and 9C. RGB value is (203,24,156). Sum of RGB (Red+Green+Blue) = 203+24+156=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 24 (9.77% from 255 or 6.27% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB189C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB189C is #34E763. Grayscale: #5C5C5C. Windows color (decimal): -3467108 or 10229963. OLE color: 10229963.
HSL color Cylindrical-coordinate representation of color #CB189C: hue angle of 315.75º 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 #CB189C is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 24 | 156 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.20 |
| HSL | 315.75º | 0.79% | 0.45% | - |
| HSV(B) | 315.75º | 0.88% | 0.8% | - |
| XYZ | 30.96 | 15.75 | 32.86 | - |
| YUV | 92.57 | 163.8 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 24 | 156 | 0 | 0.88 | 0.23 | 0.20 | 315.75 | 0.79 | 0.45 |
| Hex | CB | 18 | 9C | 0 | 58 | 17 | 14 | 13C | 4F | 2D |
| Octal | 313 | 30 | 234 | 0 | 130 | 27 | 24 | 474 | 117 | 55 |
| Binary | 11001011 | 11000 | 10011100 | 0 | 1011000 | 10111 | 10100 | 100111100 | 1001111 | 101101 |
Color Harmonies of #CB189C
Complementary color
Monochromatic Colors of #CB189C
Black with #CB189C
Text Example
Text Example
White with #CB189C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB189C; }
p { color: rgb(203,24,156); }
H1.HeaderClassName
{
color: #CB189C;
}
.AnyTagClassName
{
color: #CB189C;
}
</style>
background-color css
<style>
a { background-color: #CB189C; }
a { background-color: rgb(203,24,156); }
div.DivClassName
{
background-color: #CB189C;
}
.BgClassName
{
background-color: #CB189C;
}
</style>
border-color css
<style>
span { border-color: #CB189C; }
span { border-color: rgb(203,24,156); }
td.TdClassName
{
border-color: #CB189C;
}
.TagClassName
{
border-color: #CB189C;
}
</style>