Shades of Medium Violet Red #CB2596
Tints of Medium Violet Red #CB2596
RGB
CMYK
RGB Variations
Color information
#CB2596 (or 0xCB2596) is known color: Medium Violet Red. HEX triplet: CB, 25 and 96. RGB value is (203,37,150). Sum of RGB (Red+Green+Blue) = 203+37+150=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 37 (14.84% from 255 or 9.49% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2596 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2596 is #34DA69. Grayscale: #636363. Windows color (decimal): -3463786 or 9840075. OLE color: 9840075.
HSL color Cylindrical-coordinate representation of color #CB2596: hue angle of 319.16º 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 #CB2596 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 37 | 150 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.20 |
| HSL | 319.16º | 0.69% | 0.47% | - |
| HSV(B) | 319.16º | 0.82% | 0.8% | - |
| XYZ | 30.8 | 16.22 | 30.36 | - |
| YUV | 99.52 | 156.5 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 37 | 150 | 0 | 0.82 | 0.26 | 0.20 | 319.16 | 0.69 | 0.47 |
| Hex | CB | 25 | 96 | 0 | 52 | 1A | 14 | 13F | 45 | 2F |
| Octal | 313 | 45 | 226 | 0 | 122 | 32 | 24 | 477 | 105 | 57 |
| Binary | 11001011 | 100101 | 10010110 | 0 | 1010010 | 11010 | 10100 | 100111111 | 1000101 | 101111 |
Color Harmonies of #CB2596
Complementary color
Monochromatic Colors of #CB2596
Black with #CB2596
Text Example
Text Example
White with #CB2596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2596; }
p { color: rgb(203,37,150); }
H1.HeaderClassName
{
color: #CB2596;
}
.AnyTagClassName
{
color: #CB2596;
}
</style>
background-color css
<style>
a { background-color: #CB2596; }
a { background-color: rgb(203,37,150); }
div.DivClassName
{
background-color: #CB2596;
}
.BgClassName
{
background-color: #CB2596;
}
</style>
border-color css
<style>
span { border-color: #CB2596; }
span { border-color: rgb(203,37,150); }
td.TdClassName
{
border-color: #CB2596;
}
.TagClassName
{
border-color: #CB2596;
}
</style>