Shades of Medium Red Violet #CB3892
Tints of Medium Red Violet #CB3892
RGB
CMYK
RGB Variations
Color information
#CB3892 (or 0xCB3892) is known color: Medium Red Violet. HEX triplet: CB, 38 and 92. RGB value is (203,56,146). Sum of RGB (Red+Green+Blue) = 203+56+146=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 56 (22.27% from 255 or 13.83% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3892 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3892 is #34C76D. Grayscale: #6E6E6E. Windows color (decimal): -3458926 or 9582795. OLE color: 9582795.
HSL color Cylindrical-coordinate representation of color #CB3892: hue angle of 323.27º 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 #CB3892 is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 56 | 146 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.20 |
| HSL | 323.27º | 0.59% | 0.51% | - |
| HSV(B) | 323.27º | 0.72% | 0.8% | - |
| XYZ | 31.23 | 17.6 | 28.95 | - |
| YUV | 110.21 | 148.2 | 194.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 146 | 0 | 0.72 | 0.28 | 0.20 | 323.27 | 0.59 | 0.51 |
| Hex | CB | 38 | 92 | 0 | 48 | 1C | 14 | 143 | 3B | 33 |
| Octal | 313 | 70 | 222 | 0 | 110 | 34 | 24 | 503 | 73 | 63 |
| Binary | 11001011 | 111000 | 10010010 | 0 | 1001000 | 11100 | 10100 | 101000011 | 111011 | 110011 |
Color Harmonies of #CB3892
Complementary color
Monochromatic Colors of #CB3892
Black with #CB3892
Text Example
Text Example
White with #CB3892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3892; }
p { color: rgb(203,56,146); }
H1.HeaderClassName
{
color: #CB3892;
}
.AnyTagClassName
{
color: #CB3892;
}
</style>
background-color css
<style>
a { background-color: #CB3892; }
a { background-color: rgb(203,56,146); }
div.DivClassName
{
background-color: #CB3892;
}
.BgClassName
{
background-color: #CB3892;
}
</style>
border-color css
<style>
span { border-color: #CB3892; }
span { border-color: rgb(203,56,146); }
td.TdClassName
{
border-color: #CB3892;
}
.TagClassName
{
border-color: #CB3892;
}
</style>