Shades of Medium Violet Red #CB289B
Tints of Medium Violet Red #CB289B
RGB
CMYK
RGB Variations
Color information
#CB289B (or 0xCB289B) is known color: Medium Violet Red. HEX triplet: CB, 28 and 9B. RGB value is (203,40,155). Sum of RGB (Red+Green+Blue) = 203+40+155=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 40 (16.02% from 255 or 10.05% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CB289B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB289B is #34D764. Grayscale: #656565. Windows color (decimal): -3463013 or 10168523. OLE color: 10168523.
HSL color Cylindrical-coordinate representation of color #CB289B: hue angle of 317.67º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB289B is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 40 | 155 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.20 |
| HSL | 317.67º | 0.67% | 0.48% | - |
| HSV(B) | 317.67º | 0.8% | 0.8% | - |
| XYZ | 31.3 | 16.58 | 32.56 | - |
| YUV | 101.85 | 158 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 155 | 0 | 0.80 | 0.24 | 0.20 | 317.67 | 0.67 | 0.48 |
| Hex | CB | 28 | 9B | 0 | 50 | 18 | 14 | 13E | 43 | 30 |
| Octal | 313 | 50 | 233 | 0 | 120 | 30 | 24 | 476 | 103 | 60 |
| Binary | 11001011 | 101000 | 10011011 | 0 | 1010000 | 11000 | 10100 | 100111110 | 1000011 | 110000 |
Color Harmonies of #CB289B
Complementary color
Monochromatic Colors of #CB289B
Black with #CB289B
Text Example
Text Example
White with #CB289B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB289B; }
p { color: rgb(203,40,155); }
H1.HeaderClassName
{
color: #CB289B;
}
.AnyTagClassName
{
color: #CB289B;
}
</style>
background-color css
<style>
a { background-color: #CB289B; }
a { background-color: rgb(203,40,155); }
div.DivClassName
{
background-color: #CB289B;
}
.BgClassName
{
background-color: #CB289B;
}
</style>
border-color css
<style>
span { border-color: #CB289B; }
span { border-color: rgb(203,40,155); }
td.TdClassName
{
border-color: #CB289B;
}
.TagClassName
{
border-color: #CB289B;
}
</style>