Shades of Medium Violet Red #CB18AB
Tints of Medium Violet Red #CB18AB
RGB
CMYK
RGB Variations
Color information
#CB18AB (or 0xCB18AB) is known color: Medium Violet Red. HEX triplet: CB, 18 and AB. RGB value is (203,24,171). Sum of RGB (Red+Green+Blue) = 203+24+171=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 24 (9.77% from 255 or 6.03% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CB18AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB18AB is #34E754. Grayscale: #5D5D5D. Windows color (decimal): -3467093 or 11213003. OLE color: 11213003.
HSL color Cylindrical-coordinate representation of color #CB18AB: hue angle of 310.73º 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 #CB18AB is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 24 | 171 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.20 |
| HSL | 310.73º | 0.79% | 0.45% | - |
| HSV(B) | 310.73º | 0.88% | 0.8% | - |
| XYZ | 32.31 | 16.29 | 39.97 | - |
| YUV | 94.28 | 171.3 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 24 | 171 | 0 | 0.88 | 0.16 | 0.20 | 310.73 | 0.79 | 0.45 |
| Hex | CB | 18 | AB | 0 | 58 | 10 | 14 | 137 | 4F | 2D |
| Octal | 313 | 30 | 253 | 0 | 130 | 20 | 24 | 467 | 117 | 55 |
| Binary | 11001011 | 11000 | 10101011 | 0 | 1011000 | 10000 | 10100 | 100110111 | 1001111 | 101101 |
Color Harmonies of #CB18AB
Complementary color
Monochromatic Colors of #CB18AB
Black with #CB18AB
Text Example
Text Example
White with #CB18AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB18AB; }
p { color: rgb(203,24,171); }
H1.HeaderClassName
{
color: #CB18AB;
}
.AnyTagClassName
{
color: #CB18AB;
}
</style>
background-color css
<style>
a { background-color: #CB18AB; }
a { background-color: rgb(203,24,171); }
div.DivClassName
{
background-color: #CB18AB;
}
.BgClassName
{
background-color: #CB18AB;
}
</style>
border-color css
<style>
span { border-color: #CB18AB; }
span { border-color: rgb(203,24,171); }
td.TdClassName
{
border-color: #CB18AB;
}
.TagClassName
{
border-color: #CB18AB;
}
</style>