Shades of Medium Violet Red #CB20A8
Tints of Medium Violet Red #CB20A8
RGB
CMYK
RGB Variations
Color information
#CB20A8 (or 0xCB20A8) is known color: Medium Violet Red. HEX triplet: CB, 20 and A8. RGB value is (203,32,168). Sum of RGB (Red+Green+Blue) = 203+32+168=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 32 (12.89% from 255 or 7.94% from 403); Blue value is 168 (66.02% from 255 or 41.69% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB20A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB20A8 is #34DF57. Grayscale: #626262. Windows color (decimal): -3465048 or 11018443. OLE color: 11018443.
HSL color Cylindrical-coordinate representation of color #CB20A8: hue angle of 312.28º 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 #CB20A8 is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 32 | 168 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.20 |
| HSL | 312.28º | 0.73% | 0.46% | - |
| HSV(B) | 312.28º | 0.84% | 0.8% | - |
| XYZ | 32.21 | 16.56 | 38.54 | - |
| YUV | 98.63 | 167.15 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 168 | 0 | 0.84 | 0.17 | 0.20 | 312.28 | 0.73 | 0.46 |
| Hex | CB | 20 | A8 | 0 | 54 | 11 | 14 | 138 | 49 | 2E |
| Octal | 313 | 40 | 250 | 0 | 124 | 21 | 24 | 470 | 111 | 56 |
| Binary | 11001011 | 100000 | 10101000 | 0 | 1010100 | 10001 | 10100 | 100111000 | 1001001 | 101110 |
Color Harmonies of #CB20A8
Complementary color
Monochromatic Colors of #CB20A8
Black with #CB20A8
Text Example
Text Example
White with #CB20A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB20A8; }
p { color: rgb(203,32,168); }
H1.HeaderClassName
{
color: #CB20A8;
}
.AnyTagClassName
{
color: #CB20A8;
}
</style>
background-color css
<style>
a { background-color: #CB20A8; }
a { background-color: rgb(203,32,168); }
div.DivClassName
{
background-color: #CB20A8;
}
.BgClassName
{
background-color: #CB20A8;
}
</style>
border-color css
<style>
span { border-color: #CB20A8; }
span { border-color: rgb(203,32,168); }
td.TdClassName
{
border-color: #CB20A8;
}
.TagClassName
{
border-color: #CB20A8;
}
</style>