Shades of Medium Red Violet #CB3696
Tints of Medium Red Violet #CB3696
RGB
CMYK
RGB Variations
Color information
#CB3696 (or 0xCB3696) is known color: Medium Red Violet. HEX triplet: CB, 36 and 96. RGB value is (203,54,150). Sum of RGB (Red+Green+Blue) = 203+54+150=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 54 (21.48% from 255 or 13.27% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3696 is #34C969. Grayscale: #6D6D6D. Windows color (decimal): -3459434 or 9844427. OLE color: 9844427.
HSL color Cylindrical-coordinate representation of color #CB3696: hue angle of 321.34º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB3696 is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 54 | 150 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.20 |
| HSL | 321.34º | 0.59% | 0.5% | - |
| HSV(B) | 321.34º | 0.73% | 0.8% | - |
| XYZ | 31.45 | 17.54 | 30.58 | - |
| YUV | 109.5 | 150.86 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 54 | 150 | 0 | 0.73 | 0.26 | 0.20 | 321.34 | 0.59 | 0.5 |
| Hex | CB | 36 | 96 | 0 | 49 | 1A | 14 | 141 | 3B | 32 |
| Octal | 313 | 66 | 226 | 0 | 111 | 32 | 24 | 501 | 73 | 62 |
| Binary | 11001011 | 110110 | 10010110 | 0 | 1001001 | 11010 | 10100 | 101000001 | 111011 | 110010 |
Color Harmonies of #CB3696
Complementary color
Monochromatic Colors of #CB3696
Black with #CB3696
Text Example
Text Example
White with #CB3696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3696; }
p { color: rgb(203,54,150); }
H1.HeaderClassName
{
color: #CB3696;
}
.AnyTagClassName
{
color: #CB3696;
}
</style>
background-color css
<style>
a { background-color: #CB3696; }
a { background-color: rgb(203,54,150); }
div.DivClassName
{
background-color: #CB3696;
}
.BgClassName
{
background-color: #CB3696;
}
</style>
border-color css
<style>
span { border-color: #CB3696; }
span { border-color: rgb(203,54,150); }
td.TdClassName
{
border-color: #CB3696;
}
.TagClassName
{
border-color: #CB3696;
}
</style>