Shades of Medium Violet Red #CB2599
Tints of Medium Violet Red #CB2599
RGB
CMYK
RGB Variations
Color information
#CB2599 (or 0xCB2599) is known color: Medium Violet Red. HEX triplet: CB, 25 and 99. RGB value is (203,37,153). Sum of RGB (Red+Green+Blue) = 203+37+153=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 37 (14.84% from 255 or 9.41% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2599 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2599 is #34DA66. Grayscale: #636363. Windows color (decimal): -3463783 or 10036683. OLE color: 10036683.
HSL color Cylindrical-coordinate representation of color #CB2599: hue angle of 318.07º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB2599 is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 37 | 153 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.20 |
| HSL | 318.07º | 0.69% | 0.47% | - |
| HSV(B) | 318.07º | 0.82% | 0.8% | - |
| XYZ | 31.04 | 16.32 | 31.65 | - |
| YUV | 99.86 | 158 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 37 | 153 | 0 | 0.82 | 0.25 | 0.20 | 318.07 | 0.69 | 0.47 |
| Hex | CB | 25 | 99 | 0 | 52 | 19 | 14 | 13E | 45 | 2F |
| Octal | 313 | 45 | 231 | 0 | 122 | 31 | 24 | 476 | 105 | 57 |
| Binary | 11001011 | 100101 | 10011001 | 0 | 1010010 | 11001 | 10100 | 100111110 | 1000101 | 101111 |
Color Harmonies of #CB2599
Complementary color
Monochromatic Colors of #CB2599
Black with #CB2599
Text Example
Text Example
White with #CB2599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2599; }
p { color: rgb(203,37,153); }
H1.HeaderClassName
{
color: #CB2599;
}
.AnyTagClassName
{
color: #CB2599;
}
</style>
background-color css
<style>
a { background-color: #CB2599; }
a { background-color: rgb(203,37,153); }
div.DivClassName
{
background-color: #CB2599;
}
.BgClassName
{
background-color: #CB2599;
}
</style>
border-color css
<style>
span { border-color: #CB2599; }
span { border-color: rgb(203,37,153); }
td.TdClassName
{
border-color: #CB2599;
}
.TagClassName
{
border-color: #CB2599;
}
</style>