Shades of Medium Red Violet #CB3591
Tints of Medium Red Violet #CB3591
RGB
CMYK
RGB Variations
Color information
#CB3591 (or 0xCB3591) is known color: Medium Red Violet. HEX triplet: CB, 35 and 91. RGB value is (203,53,145). Sum of RGB (Red+Green+Blue) = 203+53+145=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 53 (21.09% from 255 or 13.22% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3591 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3591 is #34CA6E. Grayscale: #6C6C6C. Windows color (decimal): -3459695 or 9516491. OLE color: 9516491.
HSL color Cylindrical-coordinate representation of color #CB3591: hue angle of 323.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB3591 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 53 | 145 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.20 |
| HSL | 323.2º | 0.59% | 0.5% | - |
| HSV(B) | 323.2º | 0.74% | 0.8% | - |
| XYZ | 31.01 | 17.29 | 28.49 | - |
| YUV | 108.34 | 148.7 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 53 | 145 | 0 | 0.74 | 0.29 | 0.20 | 323.2 | 0.59 | 0.5 |
| Hex | CB | 35 | 91 | 0 | 4A | 1D | 14 | 143 | 3B | 32 |
| Octal | 313 | 65 | 221 | 0 | 112 | 35 | 24 | 503 | 73 | 62 |
| Binary | 11001011 | 110101 | 10010001 | 0 | 1001010 | 11101 | 10100 | 101000011 | 111011 | 110010 |
Color Harmonies of #CB3591
Complementary color
Monochromatic Colors of #CB3591
Black with #CB3591
Text Example
Text Example
White with #CB3591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3591; }
p { color: rgb(203,53,145); }
H1.HeaderClassName
{
color: #CB3591;
}
.AnyTagClassName
{
color: #CB3591;
}
</style>
background-color css
<style>
a { background-color: #CB3591; }
a { background-color: rgb(203,53,145); }
div.DivClassName
{
background-color: #CB3591;
}
.BgClassName
{
background-color: #CB3591;
}
</style>
border-color css
<style>
span { border-color: #CB3591; }
span { border-color: rgb(203,53,145); }
td.TdClassName
{
border-color: #CB3591;
}
.TagClassName
{
border-color: #CB3591;
}
</style>