Shades of Medium Red Violet #CB2BAA
Tints of Medium Red Violet #CB2BAA
RGB
CMYK
RGB Variations
Color information
#CB2BAA (or 0xCB2BAA) is known color: Medium Red Violet. HEX triplet: CB, 2B and AA. RGB value is (203,43,170). Sum of RGB (Red+Green+Blue) = 203+43+170=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 43 (17.19% from 255 or 10.34% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2BAA is #34D455. Grayscale: #686868. Windows color (decimal): -3462230 or 11152331. OLE color: 11152331.
HSL color Cylindrical-coordinate representation of color #CB2BAA: hue angle of 312.38º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB2BAA is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 43 | 170 | - |
| CMYK | 0 | 0.79 | 0.16 | 0.20 |
| HSL | 312.38º | 0.65% | 0.48% | - |
| HSV(B) | 312.38º | 0.79% | 0.8% | - |
| XYZ | 32.75 | 17.33 | 39.65 | - |
| YUV | 105.32 | 164.51 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 43 | 170 | 0 | 0.79 | 0.16 | 0.20 | 312.38 | 0.65 | 0.48 |
| Hex | CB | 2B | AA | 0 | 4F | 10 | 14 | 138 | 41 | 30 |
| Octal | 313 | 53 | 252 | 0 | 117 | 20 | 24 | 470 | 101 | 60 |
| Binary | 11001011 | 101011 | 10101010 | 0 | 1001111 | 10000 | 10100 | 100111000 | 1000001 | 110000 |
Color Harmonies of #CB2BAA
Complementary color
Monochromatic Colors of #CB2BAA
Black with #CB2BAA
Text Example
Text Example
White with #CB2BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2BAA; }
p { color: rgb(203,43,170); }
H1.HeaderClassName
{
color: #CB2BAA;
}
.AnyTagClassName
{
color: #CB2BAA;
}
</style>
background-color css
<style>
a { background-color: #CB2BAA; }
a { background-color: rgb(203,43,170); }
div.DivClassName
{
background-color: #CB2BAA;
}
.BgClassName
{
background-color: #CB2BAA;
}
</style>
border-color css
<style>
span { border-color: #CB2BAA; }
span { border-color: rgb(203,43,170); }
td.TdClassName
{
border-color: #CB2BAA;
}
.TagClassName
{
border-color: #CB2BAA;
}
</style>