Shades of Medium Violet Red #CB289E
Tints of Medium Violet Red #CB289E
RGB
CMYK
RGB Variations
Color information
#CB289E (or 0xCB289E) is known color: Medium Violet Red. HEX triplet: CB, 28 and 9E. RGB value is (203,40,158). Sum of RGB (Red+Green+Blue) = 203+40+158=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 40 (16.02% from 255 or 9.98% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB289E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB289E is #34D761. Grayscale: #656565. Windows color (decimal): -3463010 or 10365131. OLE color: 10365131.
HSL color Cylindrical-coordinate representation of color #CB289E: hue angle of 316.56º 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 #CB289E is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 40 | 158 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.20 |
| HSL | 316.56º | 0.67% | 0.48% | - |
| HSV(B) | 316.56º | 0.8% | 0.8% | - |
| XYZ | 31.56 | 16.68 | 33.9 | - |
| YUV | 102.19 | 159.5 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 158 | 0 | 0.80 | 0.22 | 0.20 | 316.56 | 0.67 | 0.48 |
| Hex | CB | 28 | 9E | 0 | 50 | 16 | 14 | 13D | 43 | 30 |
| Octal | 313 | 50 | 236 | 0 | 120 | 26 | 24 | 475 | 103 | 60 |
| Binary | 11001011 | 101000 | 10011110 | 0 | 1010000 | 10110 | 10100 | 100111101 | 1000011 | 110000 |
Color Harmonies of #CB289E
Complementary color
Monochromatic Colors of #CB289E
Black with #CB289E
Text Example
Text Example
White with #CB289E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB289E; }
p { color: rgb(203,40,158); }
H1.HeaderClassName
{
color: #CB289E;
}
.AnyTagClassName
{
color: #CB289E;
}
</style>
background-color css
<style>
a { background-color: #CB289E; }
a { background-color: rgb(203,40,158); }
div.DivClassName
{
background-color: #CB289E;
}
.BgClassName
{
background-color: #CB289E;
}
</style>
border-color css
<style>
span { border-color: #CB289E; }
span { border-color: rgb(203,40,158); }
td.TdClassName
{
border-color: #CB289E;
}
.TagClassName
{
border-color: #CB289E;
}
</style>