Shades of Medium Violet Red #CB20A2
Tints of Medium Violet Red #CB20A2
RGB
CMYK
RGB Variations
Color information
#CB20A2 (or 0xCB20A2) is known color: Medium Violet Red. HEX triplet: CB, 20 and A2. RGB value is (203,32,162). Sum of RGB (Red+Green+Blue) = 203+32+162=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 32 (12.89% from 255 or 8.06% from 397); Blue value is 162 (63.67% from 255 or 40.81% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB20A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB20A2 is #34DF5D. Grayscale: #616161. Windows color (decimal): -3465054 or 10625227. OLE color: 10625227.
HSL color Cylindrical-coordinate representation of color #CB20A2: hue angle of 314.39º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB20A2 is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 32 | 162 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.20 |
| HSL | 314.39º | 0.73% | 0.46% | - |
| HSV(B) | 314.39º | 0.84% | 0.8% | - |
| XYZ | 31.67 | 16.34 | 35.67 | - |
| YUV | 97.95 | 164.15 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 162 | 0 | 0.84 | 0.20 | 0.20 | 314.39 | 0.73 | 0.46 |
| Hex | CB | 20 | A2 | 0 | 54 | 14 | 14 | 13A | 49 | 2E |
| Octal | 313 | 40 | 242 | 0 | 124 | 24 | 24 | 472 | 111 | 56 |
| Binary | 11001011 | 100000 | 10100010 | 0 | 1010100 | 10100 | 10100 | 100111010 | 1001001 | 101110 |
Color Harmonies of #CB20A2
Complementary color
Monochromatic Colors of #CB20A2
Black with #CB20A2
Text Example
Text Example
White with #CB20A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB20A2; }
p { color: rgb(203,32,162); }
H1.HeaderClassName
{
color: #CB20A2;
}
.AnyTagClassName
{
color: #CB20A2;
}
</style>
background-color css
<style>
a { background-color: #CB20A2; }
a { background-color: rgb(203,32,162); }
div.DivClassName
{
background-color: #CB20A2;
}
.BgClassName
{
background-color: #CB20A2;
}
</style>
border-color css
<style>
span { border-color: #CB20A2; }
span { border-color: rgb(203,32,162); }
td.TdClassName
{
border-color: #CB20A2;
}
.TagClassName
{
border-color: #CB20A2;
}
</style>