Shades of Medium Violet Red #CB2789
Tints of Medium Violet Red #CB2789
RGB
CMYK
RGB Variations
Color information
#CB2789 (or 0xCB2789) is known color: Medium Violet Red. HEX triplet: CB, 27 and 89. RGB value is (203,39,137). Sum of RGB (Red+Green+Blue) = 203+39+137=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 39 (15.62% from 255 or 10.29% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2789 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2789 is #34D876. Grayscale: #626262. Windows color (decimal): -3463287 or 8988619. OLE color: 8988619.
HSL color Cylindrical-coordinate representation of color #CB2789: hue angle of 324.15º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB2789 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 39 | 137 | - |
| CMYK | 0 | 0.81 | 0.33 | 0.20 |
| HSL | 324.15º | 0.68% | 0.47% | - |
| HSV(B) | 324.15º | 0.81% | 0.8% | - |
| XYZ | 29.87 | 15.95 | 25.17 | - |
| YUV | 99.21 | 149.33 | 202.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 39 | 137 | 0 | 0.81 | 0.33 | 0.20 | 324.15 | 0.68 | 0.47 |
| Hex | CB | 27 | 89 | 0 | 51 | 21 | 14 | 144 | 44 | 2F |
| Octal | 313 | 47 | 211 | 0 | 121 | 41 | 24 | 504 | 104 | 57 |
| Binary | 11001011 | 100111 | 10001001 | 0 | 1010001 | 100001 | 10100 | 101000100 | 1000100 | 101111 |
Color Harmonies of #CB2789
Complementary color
Monochromatic Colors of #CB2789
Black with #CB2789
Text Example
Text Example
White with #CB2789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2789; }
p { color: rgb(203,39,137); }
H1.HeaderClassName
{
color: #CB2789;
}
.AnyTagClassName
{
color: #CB2789;
}
</style>
background-color css
<style>
a { background-color: #CB2789; }
a { background-color: rgb(203,39,137); }
div.DivClassName
{
background-color: #CB2789;
}
.BgClassName
{
background-color: #CB2789;
}
</style>
border-color css
<style>
span { border-color: #CB2789; }
span { border-color: rgb(203,39,137); }
td.TdClassName
{
border-color: #CB2789;
}
.TagClassName
{
border-color: #CB2789;
}
</style>