Shades of Medium Red Violet #CB2EAA
Tints of Medium Red Violet #CB2EAA
RGB
CMYK
RGB Variations
Color information
#CB2EAA (or 0xCB2EAA) is known color: Medium Red Violet. HEX triplet: CB, 2E and AA. RGB value is (203,46,170). Sum of RGB (Red+Green+Blue) = 203+46+170=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 46 (18.36% from 255 or 10.98% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2EAA is #34D155. Grayscale: #6A6A6A. Windows color (decimal): -3461462 or 11153099. OLE color: 11153099.
HSL color Cylindrical-coordinate representation of color #CB2EAA: hue angle of 312.61º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB2EAA is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 46 | 170 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.20 |
| HSL | 312.61º | 0.63% | 0.49% | - |
| HSV(B) | 312.61º | 0.77% | 0.8% | - |
| XYZ | 32.86 | 17.55 | 39.69 | - |
| YUV | 107.08 | 163.51 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 46 | 170 | 0 | 0.77 | 0.16 | 0.20 | 312.61 | 0.63 | 0.49 |
| Hex | CB | 2E | AA | 0 | 4D | 10 | 14 | 139 | 3F | 31 |
| Octal | 313 | 56 | 252 | 0 | 115 | 20 | 24 | 471 | 77 | 61 |
| Binary | 11001011 | 101110 | 10101010 | 0 | 1001101 | 10000 | 10100 | 100111001 | 111111 | 110001 |
Color Harmonies of #CB2EAA
Complementary color
Monochromatic Colors of #CB2EAA
Black with #CB2EAA
Text Example
Text Example
White with #CB2EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2EAA; }
p { color: rgb(203,46,170); }
H1.HeaderClassName
{
color: #CB2EAA;
}
.AnyTagClassName
{
color: #CB2EAA;
}
</style>
background-color css
<style>
a { background-color: #CB2EAA; }
a { background-color: rgb(203,46,170); }
div.DivClassName
{
background-color: #CB2EAA;
}
.BgClassName
{
background-color: #CB2EAA;
}
</style>
border-color css
<style>
span { border-color: #CB2EAA; }
span { border-color: rgb(203,46,170); }
td.TdClassName
{
border-color: #CB2EAA;
}
.TagClassName
{
border-color: #CB2EAA;
}
</style>