Shades of Medium Violet Red #CB289A
Tints of Medium Violet Red #CB289A
RGB
CMYK
RGB Variations
Color information
#CB289A (or 0xCB289A) is known color: Medium Violet Red. HEX triplet: CB, 28 and 9A. RGB value is (203,40,154). Sum of RGB (Red+Green+Blue) = 203+40+154=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 40 (16.02% from 255 or 10.08% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB289A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB289A is #34D765. Grayscale: #656565. Windows color (decimal): -3463014 or 10102987. OLE color: 10102987.
HSL color Cylindrical-coordinate representation of color #CB289A: hue angle of 318.04º 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 #CB289A is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 40 | 154 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.20 |
| HSL | 318.04º | 0.67% | 0.48% | - |
| HSV(B) | 318.04º | 0.8% | 0.8% | - |
| XYZ | 31.22 | 16.55 | 32.12 | - |
| YUV | 101.73 | 157.5 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 154 | 0 | 0.80 | 0.24 | 0.20 | 318.04 | 0.67 | 0.48 |
| Hex | CB | 28 | 9A | 0 | 50 | 18 | 14 | 13E | 43 | 30 |
| Octal | 313 | 50 | 232 | 0 | 120 | 30 | 24 | 476 | 103 | 60 |
| Binary | 11001011 | 101000 | 10011010 | 0 | 1010000 | 11000 | 10100 | 100111110 | 1000011 | 110000 |
Color Harmonies of #CB289A
Complementary color
Monochromatic Colors of #CB289A
Black with #CB289A
Text Example
Text Example
White with #CB289A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB289A; }
p { color: rgb(203,40,154); }
H1.HeaderClassName
{
color: #CB289A;
}
.AnyTagClassName
{
color: #CB289A;
}
</style>
background-color css
<style>
a { background-color: #CB289A; }
a { background-color: rgb(203,40,154); }
div.DivClassName
{
background-color: #CB289A;
}
.BgClassName
{
background-color: #CB289A;
}
</style>
border-color css
<style>
span { border-color: #CB289A; }
span { border-color: rgb(203,40,154); }
td.TdClassName
{
border-color: #CB289A;
}
.TagClassName
{
border-color: #CB289A;
}
</style>