Shades of Medium Violet Red #CB2690
Tints of Medium Violet Red #CB2690
RGB
CMYK
RGB Variations
Color information
#CB2690 (or 0xCB2690) is known color: Medium Violet Red. HEX triplet: CB, 26 and 90. RGB value is (203,38,144). Sum of RGB (Red+Green+Blue) = 203+38+144=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 38 (15.23% from 255 or 9.87% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2690 is #34D96F. Grayscale: #636363. Windows color (decimal): -3463536 or 9447115. OLE color: 9447115.
HSL color Cylindrical-coordinate representation of color #CB2690: hue angle of 321.45º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB2690 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 38 | 144 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.20 |
| HSL | 321.45º | 0.68% | 0.47% | - |
| HSV(B) | 321.45º | 0.81% | 0.8% | - |
| XYZ | 30.36 | 16.1 | 27.89 | - |
| YUV | 99.42 | 153.16 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 38 | 144 | 0 | 0.81 | 0.29 | 0.20 | 321.45 | 0.68 | 0.47 |
| Hex | CB | 26 | 90 | 0 | 51 | 1D | 14 | 141 | 44 | 2F |
| Octal | 313 | 46 | 220 | 0 | 121 | 35 | 24 | 501 | 104 | 57 |
| Binary | 11001011 | 100110 | 10010000 | 0 | 1010001 | 11101 | 10100 | 101000001 | 1000100 | 101111 |
Color Harmonies of #CB2690
Complementary color
Monochromatic Colors of #CB2690
Black with #CB2690
Text Example
Text Example
White with #CB2690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2690; }
p { color: rgb(203,38,144); }
H1.HeaderClassName
{
color: #CB2690;
}
.AnyTagClassName
{
color: #CB2690;
}
</style>
background-color css
<style>
a { background-color: #CB2690; }
a { background-color: rgb(203,38,144); }
div.DivClassName
{
background-color: #CB2690;
}
.BgClassName
{
background-color: #CB2690;
}
</style>
border-color css
<style>
span { border-color: #CB2690; }
span { border-color: rgb(203,38,144); }
td.TdClassName
{
border-color: #CB2690;
}
.TagClassName
{
border-color: #CB2690;
}
</style>