Shades of Medium Violet Red #CB20A1
Tints of Medium Violet Red #CB20A1
RGB
CMYK
RGB Variations
Color information
#CB20A1 (or 0xCB20A1) is known color: Medium Violet Red. HEX triplet: CB, 20 and A1. RGB value is (203,32,161). Sum of RGB (Red+Green+Blue) = 203+32+161=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 32 (12.89% from 255 or 8.08% from 396); Blue value is 161 (63.28% from 255 or 40.66% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB20A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB20A1 is #34DF5E. Grayscale: #616161. Windows color (decimal): -3465055 or 10559691. OLE color: 10559691.
HSL color Cylindrical-coordinate representation of color #CB20A1: hue angle of 314.74º 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 #CB20A1 is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 32 | 161 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.20 |
| HSL | 314.74º | 0.73% | 0.46% | - |
| HSV(B) | 314.74º | 0.84% | 0.8% | - |
| XYZ | 31.58 | 16.3 | 35.2 | - |
| YUV | 97.84 | 163.65 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 161 | 0 | 0.84 | 0.21 | 0.20 | 314.74 | 0.73 | 0.46 |
| Hex | CB | 20 | A1 | 0 | 54 | 15 | 14 | 13B | 49 | 2E |
| Octal | 313 | 40 | 241 | 0 | 124 | 25 | 24 | 473 | 111 | 56 |
| Binary | 11001011 | 100000 | 10100001 | 0 | 1010100 | 10101 | 10100 | 100111011 | 1001001 | 101110 |
Color Harmonies of #CB20A1
Complementary color
Monochromatic Colors of #CB20A1
Black with #CB20A1
Text Example
Text Example
White with #CB20A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB20A1; }
p { color: rgb(203,32,161); }
H1.HeaderClassName
{
color: #CB20A1;
}
.AnyTagClassName
{
color: #CB20A1;
}
</style>
background-color css
<style>
a { background-color: #CB20A1; }
a { background-color: rgb(203,32,161); }
div.DivClassName
{
background-color: #CB20A1;
}
.BgClassName
{
background-color: #CB20A1;
}
</style>
border-color css
<style>
span { border-color: #CB20A1; }
span { border-color: rgb(203,32,161); }
td.TdClassName
{
border-color: #CB20A1;
}
.TagClassName
{
border-color: #CB20A1;
}
</style>