Shades of Medium Violet Red #CB109B
Tints of Medium Violet Red #CB109B
RGB
CMYK
RGB Variations
Color information
#CB109B (or 0xCB109B) is known color: Medium Violet Red. HEX triplet: CB, 10 and 9B. RGB value is (203,16,155). Sum of RGB (Red+Green+Blue) = 203+16+155=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB109B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB109B is #34EF64. Grayscale: #575757. Windows color (decimal): -3469157 or 10162379. OLE color: 10162379.
HSL color Cylindrical-coordinate representation of color #CB109B: hue angle of 315.4º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB109B is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 16 | 155 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.20 |
| HSL | 315.4º | 0.85% | 0.43% | - |
| HSV(B) | 315.4º | 0.92% | 0.8% | - |
| XYZ | 30.73 | 15.43 | 32.37 | - |
| YUV | 87.76 | 165.95 | 210.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 155 | 0 | 0.92 | 0.24 | 0.20 | 315.4 | 0.85 | 0.43 |
| Hex | CB | 10 | 9B | 0 | 5C | 18 | 14 | 13B | 55 | 2B |
| Octal | 313 | 20 | 233 | 0 | 134 | 30 | 24 | 473 | 125 | 53 |
| Binary | 11001011 | 10000 | 10011011 | 0 | 1011100 | 11000 | 10100 | 100111011 | 1010101 | 101011 |
Color Harmonies of #CB109B
Complementary color
Monochromatic Colors of #CB109B
Black with #CB109B
Text Example
Text Example
White with #CB109B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB109B; }
p { color: rgb(203,16,155); }
H1.HeaderClassName
{
color: #CB109B;
}
.AnyTagClassName
{
color: #CB109B;
}
</style>
background-color css
<style>
a { background-color: #CB109B; }
a { background-color: rgb(203,16,155); }
div.DivClassName
{
background-color: #CB109B;
}
.BgClassName
{
background-color: #CB109B;
}
</style>
border-color css
<style>
span { border-color: #CB109B; }
span { border-color: rgb(203,16,155); }
td.TdClassName
{
border-color: #CB109B;
}
.TagClassName
{
border-color: #CB109B;
}
</style>