Shades of Medium Violet Red #CB2696
Tints of Medium Violet Red #CB2696
RGB
CMYK
RGB Variations
Color information
#CB2696 (or 0xCB2696) is known color: Medium Violet Red. HEX triplet: CB, 26 and 96. RGB value is (203,38,150). Sum of RGB (Red+Green+Blue) = 203+38+150=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 38 (15.23% from 255 or 9.72% from 391); Blue value is 150 (58.98% from 255 or 38.36% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2696 is #34D969. Grayscale: #636363. Windows color (decimal): -3463530 or 9840331. OLE color: 9840331.
HSL color Cylindrical-coordinate representation of color #CB2696: hue angle of 319.27º 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 #CB2696 is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 38 | 150 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.20 |
| HSL | 319.27º | 0.68% | 0.47% | - |
| HSV(B) | 319.27º | 0.81% | 0.8% | - |
| XYZ | 30.83 | 16.28 | 30.37 | - |
| YUV | 100.1 | 156.16 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 38 | 150 | 0 | 0.81 | 0.26 | 0.20 | 319.27 | 0.68 | 0.47 |
| Hex | CB | 26 | 96 | 0 | 51 | 1A | 14 | 13F | 44 | 2F |
| Octal | 313 | 46 | 226 | 0 | 121 | 32 | 24 | 477 | 104 | 57 |
| Binary | 11001011 | 100110 | 10010110 | 0 | 1010001 | 11010 | 10100 | 100111111 | 1000100 | 101111 |
Color Harmonies of #CB2696
Complementary color
Monochromatic Colors of #CB2696
Black with #CB2696
Text Example
Text Example
White with #CB2696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2696; }
p { color: rgb(203,38,150); }
H1.HeaderClassName
{
color: #CB2696;
}
.AnyTagClassName
{
color: #CB2696;
}
</style>
background-color css
<style>
a { background-color: #CB2696; }
a { background-color: rgb(203,38,150); }
div.DivClassName
{
background-color: #CB2696;
}
.BgClassName
{
background-color: #CB2696;
}
</style>
border-color css
<style>
span { border-color: #CB2696; }
span { border-color: rgb(203,38,150); }
td.TdClassName
{
border-color: #CB2696;
}
.TagClassName
{
border-color: #CB2696;
}
</style>