Shades of Medium Violet Red #CB2370
Tints of Medium Violet Red #CB2370
RGB
CMYK
RGB Variations
Color information
#CB2370 (or 0xCB2370) is known color: Medium Violet Red. HEX triplet: CB, 23 and 70. RGB value is (203,35,112). Sum of RGB (Red+Green+Blue) = 203+35+112=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 35 (14.06% from 255 or 10% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2370 is #34DC8F. Grayscale: #5D5D5D. Windows color (decimal): -3464336 or 7349195. OLE color: 7349195.
HSL color Cylindrical-coordinate representation of color #CB2370: hue angle of 332.5º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB2370 is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 35 | 112 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.20 |
| HSL | 332.5º | 0.71% | 0.47% | - |
| HSV(B) | 332.5º | 0.83% | 0.8% | - |
| XYZ | 28.15 | 15.07 | 16.75 | - |
| YUV | 94.01 | 138.16 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 35 | 112 | 0 | 0.83 | 0.45 | 0.20 | 332.5 | 0.71 | 0.47 |
| Hex | CB | 23 | 70 | 0 | 53 | 2D | 14 | 14C | 47 | 2F |
| Octal | 313 | 43 | 160 | 0 | 123 | 55 | 24 | 514 | 107 | 57 |
| Binary | 11001011 | 100011 | 1110000 | 0 | 1010011 | 101101 | 10100 | 101001100 | 1000111 | 101111 |
Color Harmonies of #CB2370
Complementary color
Monochromatic Colors of #CB2370
Black with #CB2370
Text Example
Text Example
White with #CB2370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2370; }
p { color: rgb(203,35,112); }
H1.HeaderClassName
{
color: #CB2370;
}
.AnyTagClassName
{
color: #CB2370;
}
</style>
background-color css
<style>
a { background-color: #CB2370; }
a { background-color: rgb(203,35,112); }
div.DivClassName
{
background-color: #CB2370;
}
.BgClassName
{
background-color: #CB2370;
}
</style>
border-color css
<style>
span { border-color: #CB2370; }
span { border-color: rgb(203,35,112); }
td.TdClassName
{
border-color: #CB2370;
}
.TagClassName
{
border-color: #CB2370;
}
</style>