Shades of Medium Violet Red #CB168A
Tints of Medium Violet Red #CB168A
RGB
CMYK
RGB Variations
Color information
#CB168A (or 0xCB168A) is known color: Medium Violet Red. HEX triplet: CB, 16 and 8A. RGB value is (203,22,138). Sum of RGB (Red+Green+Blue) = 203+22+138=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 22 (8.98% from 255 or 6.06% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB168A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB168A is #34E975. Grayscale: #595959. Windows color (decimal): -3467638 or 9049803. OLE color: 9049803.
HSL color Cylindrical-coordinate representation of color #CB168A: hue angle of 321.55º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB168A is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 22 | 138 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.20 |
| HSL | 321.55º | 0.8% | 0.44% | - |
| HSV(B) | 321.55º | 0.89% | 0.8% | - |
| XYZ | 29.5 | 15.11 | 25.41 | - |
| YUV | 89.34 | 155.47 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 138 | 0 | 0.89 | 0.32 | 0.20 | 321.55 | 0.8 | 0.44 |
| Hex | CB | 16 | 8A | 0 | 59 | 20 | 14 | 142 | 50 | 2C |
| Octal | 313 | 26 | 212 | 0 | 131 | 40 | 24 | 502 | 120 | 54 |
| Binary | 11001011 | 10110 | 10001010 | 0 | 1011001 | 100000 | 10100 | 101000010 | 1010000 | 101100 |
Color Harmonies of #CB168A
Complementary color
Monochromatic Colors of #CB168A
Black with #CB168A
Text Example
Text Example
White with #CB168A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB168A; }
p { color: rgb(203,22,138); }
H1.HeaderClassName
{
color: #CB168A;
}
.AnyTagClassName
{
color: #CB168A;
}
</style>
background-color css
<style>
a { background-color: #CB168A; }
a { background-color: rgb(203,22,138); }
div.DivClassName
{
background-color: #CB168A;
}
.BgClassName
{
background-color: #CB168A;
}
</style>
border-color css
<style>
span { border-color: #CB168A; }
span { border-color: rgb(203,22,138); }
td.TdClassName
{
border-color: #CB168A;
}
.TagClassName
{
border-color: #CB168A;
}
</style>