Shades of Medium Red Violet #CB3491
Tints of Medium Red Violet #CB3491
RGB
CMYK
RGB Variations
Color information
#CB3491 (or 0xCB3491) is known color: Medium Red Violet. HEX triplet: CB, 34 and 91. RGB value is (203,52,145). Sum of RGB (Red+Green+Blue) = 203+52+145=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 52 (20.70% from 255 or 13% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3491 is #34CB6E. Grayscale: #6B6B6B. Windows color (decimal): -3459951 or 9516235. OLE color: 9516235.
HSL color Cylindrical-coordinate representation of color #CB3491: hue angle of 323.05º 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 #CB3491 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 52 | 145 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.20 |
| HSL | 323.05º | 0.59% | 0.5% | - |
| HSV(B) | 323.05º | 0.74% | 0.8% | - |
| XYZ | 30.97 | 17.2 | 28.48 | - |
| YUV | 107.75 | 149.03 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 145 | 0 | 0.74 | 0.29 | 0.20 | 323.05 | 0.59 | 0.5 |
| Hex | CB | 34 | 91 | 0 | 4A | 1D | 14 | 143 | 3B | 32 |
| Octal | 313 | 64 | 221 | 0 | 112 | 35 | 24 | 503 | 73 | 62 |
| Binary | 11001011 | 110100 | 10010001 | 0 | 1001010 | 11101 | 10100 | 101000011 | 111011 | 110010 |
Color Harmonies of #CB3491
Complementary color
Monochromatic Colors of #CB3491
Black with #CB3491
Text Example
Text Example
White with #CB3491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3491; }
p { color: rgb(203,52,145); }
H1.HeaderClassName
{
color: #CB3491;
}
.AnyTagClassName
{
color: #CB3491;
}
</style>
background-color css
<style>
a { background-color: #CB3491; }
a { background-color: rgb(203,52,145); }
div.DivClassName
{
background-color: #CB3491;
}
.BgClassName
{
background-color: #CB3491;
}
</style>
border-color css
<style>
span { border-color: #CB3491; }
span { border-color: rgb(203,52,145); }
td.TdClassName
{
border-color: #CB3491;
}
.TagClassName
{
border-color: #CB3491;
}
</style>