Shades of Medium Violet Red #CB20A5
Tints of Medium Violet Red #CB20A5
RGB
CMYK
RGB Variations
Color information
#CB20A5 (or 0xCB20A5) is known color: Medium Violet Red. HEX triplet: CB, 20 and A5. RGB value is (203,32,165). Sum of RGB (Red+Green+Blue) = 203+32+165=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 32 (12.89% from 255 or 8% from 400); Blue value is 165 (64.84% from 255 or 41.25% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB20A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB20A5 is #34DF5A. Grayscale: #616161. Windows color (decimal): -3465051 or 10821835. OLE color: 10821835.
HSL color Cylindrical-coordinate representation of color #CB20A5: hue angle of 313.33º 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 #CB20A5 is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 32 | 165 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.20 |
| HSL | 313.33º | 0.73% | 0.46% | - |
| HSV(B) | 313.33º | 0.84% | 0.8% | - |
| XYZ | 31.94 | 16.45 | 37.09 | - |
| YUV | 98.29 | 165.65 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 165 | 0 | 0.84 | 0.19 | 0.20 | 313.33 | 0.73 | 0.46 |
| Hex | CB | 20 | A5 | 0 | 54 | 13 | 14 | 139 | 49 | 2E |
| Octal | 313 | 40 | 245 | 0 | 124 | 23 | 24 | 471 | 111 | 56 |
| Binary | 11001011 | 100000 | 10100101 | 0 | 1010100 | 10011 | 10100 | 100111001 | 1001001 | 101110 |
Color Harmonies of #CB20A5
Complementary color
Monochromatic Colors of #CB20A5
Black with #CB20A5
Text Example
Text Example
White with #CB20A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB20A5; }
p { color: rgb(203,32,165); }
H1.HeaderClassName
{
color: #CB20A5;
}
.AnyTagClassName
{
color: #CB20A5;
}
</style>
background-color css
<style>
a { background-color: #CB20A5; }
a { background-color: rgb(203,32,165); }
div.DivClassName
{
background-color: #CB20A5;
}
.BgClassName
{
background-color: #CB20A5;
}
</style>
border-color css
<style>
span { border-color: #CB20A5; }
span { border-color: rgb(203,32,165); }
td.TdClassName
{
border-color: #CB20A5;
}
.TagClassName
{
border-color: #CB20A5;
}
</style>