Shades of Medium Red Violet #CB3290
Tints of Medium Red Violet #CB3290
RGB
CMYK
RGB Variations
Color information
#CB3290 (or 0xCB3290) is known color: Medium Red Violet. HEX triplet: CB, 32 and 90. RGB value is (203,50,144). Sum of RGB (Red+Green+Blue) = 203+50+144=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 50 (19.92% from 255 or 12.59% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3290 is #34CD6F. Grayscale: #6A6A6A. Windows color (decimal): -3460464 or 9450187. OLE color: 9450187.
HSL color Cylindrical-coordinate representation of color #CB3290: hue angle of 323.14º 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 #CB3290 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 50 | 144 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.20 |
| HSL | 323.14º | 0.6% | 0.5% | - |
| HSV(B) | 323.14º | 0.75% | 0.8% | - |
| XYZ | 30.8 | 16.99 | 28.04 | - |
| YUV | 106.46 | 149.19 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 144 | 0 | 0.75 | 0.29 | 0.20 | 323.14 | 0.6 | 0.5 |
| Hex | CB | 32 | 90 | 0 | 4B | 1D | 14 | 143 | 3C | 32 |
| Octal | 313 | 62 | 220 | 0 | 113 | 35 | 24 | 503 | 74 | 62 |
| Binary | 11001011 | 110010 | 10010000 | 0 | 1001011 | 11101 | 10100 | 101000011 | 111100 | 110010 |
Color Harmonies of #CB3290
Complementary color
Monochromatic Colors of #CB3290
Black with #CB3290
Text Example
Text Example
White with #CB3290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3290; }
p { color: rgb(203,50,144); }
H1.HeaderClassName
{
color: #CB3290;
}
.AnyTagClassName
{
color: #CB3290;
}
</style>
background-color css
<style>
a { background-color: #CB3290; }
a { background-color: rgb(203,50,144); }
div.DivClassName
{
background-color: #CB3290;
}
.BgClassName
{
background-color: #CB3290;
}
</style>
border-color css
<style>
span { border-color: #CB3290; }
span { border-color: rgb(203,50,144); }
td.TdClassName
{
border-color: #CB3290;
}
.TagClassName
{
border-color: #CB3290;
}
</style>