Shades of Medium Violet Red #CB187C
Tints of Medium Violet Red #CB187C
RGB
CMYK
RGB Variations
Color information
#CB187C (or 0xCB187C) is known color: Medium Violet Red. HEX triplet: CB, 18 and 7C. RGB value is (203,24,124). Sum of RGB (Red+Green+Blue) = 203+24+124=351 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.83% from 351); Green value is 24 (9.77% from 255 or 6.84% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 203 - color contains mainly: red. Hex color #CB187C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB187C is #34E783. Grayscale: #585858. Windows color (decimal): -3467140 or 8132811. OLE color: 8132811.
HSL color Cylindrical-coordinate representation of color #CB187C: hue angle of 326.48º 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 #CB187C is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 24 | 124 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.20 |
| HSL | 326.48º | 0.79% | 0.45% | - |
| HSV(B) | 326.48º | 0.88% | 0.8% | - |
| XYZ | 28.59 | 14.81 | 20.42 | - |
| YUV | 88.92 | 147.8 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 24 | 124 | 0 | 0.88 | 0.39 | 0.20 | 326.48 | 0.79 | 0.45 |
| Hex | CB | 18 | 7C | 0 | 58 | 27 | 14 | 146 | 4F | 2D |
| Octal | 313 | 30 | 174 | 0 | 130 | 47 | 24 | 506 | 117 | 55 |
| Binary | 11001011 | 11000 | 1111100 | 0 | 1011000 | 100111 | 10100 | 101000110 | 1001111 | 101101 |
Color Harmonies of #CB187C
Complementary color
Monochromatic Colors of #CB187C
Black with #CB187C
Text Example
Text Example
White with #CB187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB187C; }
p { color: rgb(203,24,124); }
H1.HeaderClassName
{
color: #CB187C;
}
.AnyTagClassName
{
color: #CB187C;
}
</style>
background-color css
<style>
a { background-color: #CB187C; }
a { background-color: rgb(203,24,124); }
div.DivClassName
{
background-color: #CB187C;
}
.BgClassName
{
background-color: #CB187C;
}
</style>
border-color css
<style>
span { border-color: #CB187C; }
span { border-color: rgb(203,24,124); }
td.TdClassName
{
border-color: #CB187C;
}
.TagClassName
{
border-color: #CB187C;
}
</style>