Shades of Medium Red Violet #CB2CA6
Tints of Medium Red Violet #CB2CA6
RGB
CMYK
RGB Variations
Color information
#CB2CA6 (or 0xCB2CA6) is known color: Medium Red Violet. HEX triplet: CB, 2C and A6. RGB value is (203,44,166). Sum of RGB (Red+Green+Blue) = 203+44+166=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 44 (17.58% from 255 or 10.65% from 413); Blue value is 166 (65.23% from 255 or 40.19% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2CA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2CA6 is #34D359. Grayscale: #696969. Windows color (decimal): -3461978 or 10890443. OLE color: 10890443.
HSL color Cylindrical-coordinate representation of color #CB2CA6: hue angle of 313.96º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB2CA6 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 44 | 166 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.20 |
| HSL | 313.96º | 0.64% | 0.48% | - |
| HSV(B) | 313.96º | 0.78% | 0.8% | - |
| XYZ | 32.41 | 17.25 | 37.7 | - |
| YUV | 105.45 | 162.18 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 44 | 166 | 0 | 0.78 | 0.18 | 0.20 | 313.96 | 0.64 | 0.48 |
| Hex | CB | 2C | A6 | 0 | 4E | 12 | 14 | 13A | 40 | 30 |
| Octal | 313 | 54 | 246 | 0 | 116 | 22 | 24 | 472 | 100 | 60 |
| Binary | 11001011 | 101100 | 10100110 | 0 | 1001110 | 10010 | 10100 | 100111010 | 1000000 | 110000 |
Color Harmonies of #CB2CA6
Complementary color
Monochromatic Colors of #CB2CA6
Black with #CB2CA6
Text Example
Text Example
White with #CB2CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2CA6; }
p { color: rgb(203,44,166); }
H1.HeaderClassName
{
color: #CB2CA6;
}
.AnyTagClassName
{
color: #CB2CA6;
}
</style>
background-color css
<style>
a { background-color: #CB2CA6; }
a { background-color: rgb(203,44,166); }
div.DivClassName
{
background-color: #CB2CA6;
}
.BgClassName
{
background-color: #CB2CA6;
}
</style>
border-color css
<style>
span { border-color: #CB2CA6; }
span { border-color: rgb(203,44,166); }
td.TdClassName
{
border-color: #CB2CA6;
}
.TagClassName
{
border-color: #CB2CA6;
}
</style>