Shades of Medium Red Violet #CB3890
Tints of Medium Red Violet #CB3890
RGB
CMYK
RGB Variations
Color information
#CB3890 (or 0xCB3890) is known color: Medium Red Violet. HEX triplet: CB, 38 and 90. RGB value is (203,56,144). Sum of RGB (Red+Green+Blue) = 203+56+144=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 56 (22.27% from 255 or 13.90% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3890 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3890 is #34C76F. Grayscale: #6D6D6D. Windows color (decimal): -3458928 or 9451723. OLE color: 9451723.
HSL color Cylindrical-coordinate representation of color #CB3890: hue angle of 324.08º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB3890 is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 56 | 144 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.20 |
| HSL | 324.08º | 0.59% | 0.51% | - |
| HSV(B) | 324.08º | 0.72% | 0.8% | - |
| XYZ | 31.08 | 17.54 | 28.13 | - |
| YUV | 109.99 | 147.2 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 144 | 0 | 0.72 | 0.29 | 0.20 | 324.08 | 0.59 | 0.51 |
| Hex | CB | 38 | 90 | 0 | 48 | 1D | 14 | 144 | 3B | 33 |
| Octal | 313 | 70 | 220 | 0 | 110 | 35 | 24 | 504 | 73 | 63 |
| Binary | 11001011 | 111000 | 10010000 | 0 | 1001000 | 11101 | 10100 | 101000100 | 111011 | 110011 |
Color Harmonies of #CB3890
Complementary color
Monochromatic Colors of #CB3890
Black with #CB3890
Text Example
Text Example
White with #CB3890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3890; }
p { color: rgb(203,56,144); }
H1.HeaderClassName
{
color: #CB3890;
}
.AnyTagClassName
{
color: #CB3890;
}
</style>
background-color css
<style>
a { background-color: #CB3890; }
a { background-color: rgb(203,56,144); }
div.DivClassName
{
background-color: #CB3890;
}
.BgClassName
{
background-color: #CB3890;
}
</style>
border-color css
<style>
span { border-color: #CB3890; }
span { border-color: rgb(203,56,144); }
td.TdClassName
{
border-color: #CB3890;
}
.TagClassName
{
border-color: #CB3890;
}
</style>