Shades of Medium Violet Red #CB0896
Tints of Medium Violet Red #CB0896
RGB
CMYK
RGB Variations
Color information
#CB0896 (or 0xCB0896) is known color: Medium Violet Red. HEX triplet: CB, 08 and 96. RGB value is (203,8,150). Sum of RGB (Red+Green+Blue) = 203+8+150=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 8 (3.52% from 255 or 2.22% from 361); Blue value is 150 (58.98% from 255 or 41.55% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0896 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0896 is #34F769. Grayscale: #525252. Windows color (decimal): -3471210 or 9832651. OLE color: 9832651.
HSL color Cylindrical-coordinate representation of color #CB0896: hue angle of 316.31º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB0896 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 150 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.20 |
| HSL | 316.31º | 0.92% | 0.41% | - |
| HSV(B) | 316.31º | 0.96% | 0.8% | - |
| XYZ | 30.22 | 15.07 | 30.17 | - |
| YUV | 82.49 | 166.1 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 150 | 0 | 0.96 | 0.26 | 0.20 | 316.31 | 0.92 | 0.41 |
| Hex | CB | 8 | 96 | 0 | 60 | 1A | 14 | 13C | 5C | 29 |
| Octal | 313 | 10 | 226 | 0 | 140 | 32 | 24 | 474 | 134 | 51 |
| Binary | 11001011 | 1000 | 10010110 | 0 | 1100000 | 11010 | 10100 | 100111100 | 1011100 | 101001 |
Color Harmonies of #CB0896
Complementary color
Monochromatic Colors of #CB0896
Black with #CB0896
Text Example
Text Example
White with #CB0896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0896; }
p { color: rgb(203,8,150); }
H1.HeaderClassName
{
color: #CB0896;
}
.AnyTagClassName
{
color: #CB0896;
}
</style>
background-color css
<style>
a { background-color: #CB0896; }
a { background-color: rgb(203,8,150); }
div.DivClassName
{
background-color: #CB0896;
}
.BgClassName
{
background-color: #CB0896;
}
</style>
border-color css
<style>
span { border-color: #CB0896; }
span { border-color: rgb(203,8,150); }
td.TdClassName
{
border-color: #CB0896;
}
.TagClassName
{
border-color: #CB0896;
}
</style>