Shades of Medium Violet Red #CB169A
Tints of Medium Violet Red #CB169A
RGB
CMYK
RGB Variations
Color information
#CB169A (or 0xCB169A) is known color: Medium Violet Red. HEX triplet: CB, 16 and 9A. RGB value is (203,22,154). Sum of RGB (Red+Green+Blue) = 203+22+154=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 22 (8.98% from 255 or 5.80% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB169A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB169A is #34E965. Grayscale: #5A5A5A. Windows color (decimal): -3467622 or 10098379. OLE color: 10098379.
HSL color Cylindrical-coordinate representation of color #CB169A: hue angle of 316.24º 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 #CB169A is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 22 | 154 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.20 |
| HSL | 316.24º | 0.8% | 0.44% | - |
| HSV(B) | 316.24º | 0.89% | 0.8% | - |
| XYZ | 30.75 | 15.6 | 31.96 | - |
| YUV | 91.17 | 163.47 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 154 | 0 | 0.89 | 0.24 | 0.20 | 316.24 | 0.8 | 0.44 |
| Hex | CB | 16 | 9A | 0 | 59 | 18 | 14 | 13C | 50 | 2C |
| Octal | 313 | 26 | 232 | 0 | 131 | 30 | 24 | 474 | 120 | 54 |
| Binary | 11001011 | 10110 | 10011010 | 0 | 1011001 | 11000 | 10100 | 100111100 | 1010000 | 101100 |
Color Harmonies of #CB169A
Complementary color
Monochromatic Colors of #CB169A
Black with #CB169A
Text Example
Text Example
White with #CB169A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB169A; }
p { color: rgb(203,22,154); }
H1.HeaderClassName
{
color: #CB169A;
}
.AnyTagClassName
{
color: #CB169A;
}
</style>
background-color css
<style>
a { background-color: #CB169A; }
a { background-color: rgb(203,22,154); }
div.DivClassName
{
background-color: #CB169A;
}
.BgClassName
{
background-color: #CB169A;
}
</style>
border-color css
<style>
span { border-color: #CB169A; }
span { border-color: rgb(203,22,154); }
td.TdClassName
{
border-color: #CB169A;
}
.TagClassName
{
border-color: #CB169A;
}
</style>