Shades of Medium Red Violet #CB3291
Tints of Medium Red Violet #CB3291
RGB
CMYK
RGB Variations
Color information
#CB3291 (or 0xCB3291) is known color: Medium Red Violet. HEX triplet: CB, 32 and 91. RGB value is (203,50,145). Sum of RGB (Red+Green+Blue) = 203+50+145=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 50 (19.92% from 255 or 12.56% from 398); Blue value is 145 (57.03% from 255 or 36.43% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3291 is #34CD6E. Grayscale: #6A6A6A. Windows color (decimal): -3460463 or 9515723. OLE color: 9515723.
HSL color Cylindrical-coordinate representation of color #CB3291: hue angle of 322.75º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB3291 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 145 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.20 |
| HSL | 322.75º | 0.6% | 0.5% | - |
| HSV(B) | 322.75º | 0.75% | 0.8% | - |
| XYZ | 30.88 | 17.02 | 28.45 | - |
| YUV | 106.58 | 149.69 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 145 | 0 | 0.75 | 0.29 | 0.20 | 322.75 | 0.6 | 0.5 |
| Hex | CB | 32 | 91 | 0 | 4B | 1D | 14 | 143 | 3C | 32 |
| Octal | 313 | 62 | 221 | 0 | 113 | 35 | 24 | 503 | 74 | 62 |
| Binary | 11001011 | 110010 | 10010001 | 0 | 1001011 | 11101 | 10100 | 101000011 | 111100 | 110010 |
Color Harmonies of #CB3291
Complementary color
Monochromatic Colors of #CB3291
Black with #CB3291
Text Example
Text Example
White with #CB3291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3291; }
p { color: rgb(203,50,145); }
H1.HeaderClassName
{
color: #CB3291;
}
.AnyTagClassName
{
color: #CB3291;
}
</style>
background-color css
<style>
a { background-color: #CB3291; }
a { background-color: rgb(203,50,145); }
div.DivClassName
{
background-color: #CB3291;
}
.BgClassName
{
background-color: #CB3291;
}
</style>
border-color css
<style>
span { border-color: #CB3291; }
span { border-color: rgb(203,50,145); }
td.TdClassName
{
border-color: #CB3291;
}
.TagClassName
{
border-color: #CB3291;
}
</style>