Shades of Medium Red Violet #CB2BA3
Tints of Medium Red Violet #CB2BA3
RGB
CMYK
RGB Variations
Color information
#CB2BA3 (or 0xCB2BA3) is known color: Medium Red Violet. HEX triplet: CB, 2B and A3. RGB value is (203,43,163). Sum of RGB (Red+Green+Blue) = 203+43+163=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 43 (17.19% from 255 or 10.51% from 409); Blue value is 163 (64.06% from 255 or 39.85% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2BA3 is #34D45C. Grayscale: #686868. Windows color (decimal): -3462237 or 10693579. OLE color: 10693579.
HSL color Cylindrical-coordinate representation of color #CB2BA3: hue angle of 315º 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 #CB2BA3 is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 43 | 163 | - |
| CMYK | 0 | 0.79 | 0.20 | 0.20 |
| HSL | 315º | 0.65% | 0.48% | - |
| HSV(B) | 315º | 0.79% | 0.8% | - |
| XYZ | 32.1 | 17.07 | 36.25 | - |
| YUV | 104.52 | 161.01 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 43 | 163 | 0 | 0.79 | 0.20 | 0.20 | 315 | 0.65 | 0.48 |
| Hex | CB | 2B | A3 | 0 | 4F | 14 | 14 | 13B | 41 | 30 |
| Octal | 313 | 53 | 243 | 0 | 117 | 24 | 24 | 473 | 101 | 60 |
| Binary | 11001011 | 101011 | 10100011 | 0 | 1001111 | 10100 | 10100 | 100111011 | 1000001 | 110000 |
Color Harmonies of #CB2BA3
Complementary color
Monochromatic Colors of #CB2BA3
Black with #CB2BA3
Text Example
Text Example
White with #CB2BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2BA3; }
p { color: rgb(203,43,163); }
H1.HeaderClassName
{
color: #CB2BA3;
}
.AnyTagClassName
{
color: #CB2BA3;
}
</style>
background-color css
<style>
a { background-color: #CB2BA3; }
a { background-color: rgb(203,43,163); }
div.DivClassName
{
background-color: #CB2BA3;
}
.BgClassName
{
background-color: #CB2BA3;
}
</style>
border-color css
<style>
span { border-color: #CB2BA3; }
span { border-color: rgb(203,43,163); }
td.TdClassName
{
border-color: #CB2BA3;
}
.TagClassName
{
border-color: #CB2BA3;
}
</style>