Shades of Medium Red Violet #CB3895
Tints of Medium Red Violet #CB3895
RGB
CMYK
RGB Variations
Color information
#CB3895 (or 0xCB3895) is known color: Medium Red Violet. HEX triplet: CB, 38 and 95. RGB value is (203,56,149). Sum of RGB (Red+Green+Blue) = 203+56+149=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 56 (22.27% from 255 or 13.73% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3895 is #34C76A. Grayscale: #6E6E6E. Windows color (decimal): -3458923 or 9779403. OLE color: 9779403.
HSL color Cylindrical-coordinate representation of color #CB3895: hue angle of 322.04º 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 #CB3895 is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 56 | 149 | - |
| CMYK | 0 | 0.72 | 0.27 | 0.20 |
| HSL | 322.04º | 0.59% | 0.51% | - |
| HSV(B) | 322.04º | 0.72% | 0.8% | - |
| XYZ | 31.47 | 17.69 | 30.19 | - |
| YUV | 110.56 | 149.7 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 149 | 0 | 0.72 | 0.27 | 0.20 | 322.04 | 0.59 | 0.51 |
| Hex | CB | 38 | 95 | 0 | 48 | 1B | 14 | 142 | 3B | 33 |
| Octal | 313 | 70 | 225 | 0 | 110 | 33 | 24 | 502 | 73 | 63 |
| Binary | 11001011 | 111000 | 10010101 | 0 | 1001000 | 11011 | 10100 | 101000010 | 111011 | 110011 |
Color Harmonies of #CB3895
Complementary color
Monochromatic Colors of #CB3895
Black with #CB3895
Text Example
Text Example
White with #CB3895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3895; }
p { color: rgb(203,56,149); }
H1.HeaderClassName
{
color: #CB3895;
}
.AnyTagClassName
{
color: #CB3895;
}
</style>
background-color css
<style>
a { background-color: #CB3895; }
a { background-color: rgb(203,56,149); }
div.DivClassName
{
background-color: #CB3895;
}
.BgClassName
{
background-color: #CB3895;
}
</style>
border-color css
<style>
span { border-color: #CB3895; }
span { border-color: rgb(203,56,149); }
td.TdClassName
{
border-color: #CB3895;
}
.TagClassName
{
border-color: #CB3895;
}
</style>