Shades of Medium Violet Red #CB2592
Tints of Medium Violet Red #CB2592
RGB
CMYK
RGB Variations
Color information
#CB2592 (or 0xCB2592) is known color: Medium Violet Red. HEX triplet: CB, 25 and 92. RGB value is (203,37,146). Sum of RGB (Red+Green+Blue) = 203+37+146=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 37 (14.84% from 255 or 9.59% from 386); Blue value is 146 (57.42% from 255 or 37.82% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2592 is #34DA6D. Grayscale: #626262. Windows color (decimal): -3463790 or 9577931. OLE color: 9577931.
HSL color Cylindrical-coordinate representation of color #CB2592: hue angle of 320.6º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB2592 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 37 | 146 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.20 |
| HSL | 320.6º | 0.69% | 0.47% | - |
| HSV(B) | 320.6º | 0.82% | 0.8% | - |
| XYZ | 30.48 | 16.09 | 28.69 | - |
| YUV | 99.06 | 154.5 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 37 | 146 | 0 | 0.82 | 0.28 | 0.20 | 320.6 | 0.69 | 0.47 |
| Hex | CB | 25 | 92 | 0 | 52 | 1C | 14 | 141 | 45 | 2F |
| Octal | 313 | 45 | 222 | 0 | 122 | 34 | 24 | 501 | 105 | 57 |
| Binary | 11001011 | 100101 | 10010010 | 0 | 1010010 | 11100 | 10100 | 101000001 | 1000101 | 101111 |
Color Harmonies of #CB2592
Complementary color
Monochromatic Colors of #CB2592
Black with #CB2592
Text Example
Text Example
White with #CB2592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2592; }
p { color: rgb(203,37,146); }
H1.HeaderClassName
{
color: #CB2592;
}
.AnyTagClassName
{
color: #CB2592;
}
</style>
background-color css
<style>
a { background-color: #CB2592; }
a { background-color: rgb(203,37,146); }
div.DivClassName
{
background-color: #CB2592;
}
.BgClassName
{
background-color: #CB2592;
}
</style>
border-color css
<style>
span { border-color: #CB2592; }
span { border-color: rgb(203,37,146); }
td.TdClassName
{
border-color: #CB2592;
}
.TagClassName
{
border-color: #CB2592;
}
</style>