Shades of Medium Violet Red #CB20AD
Tints of Medium Violet Red #CB20AD
RGB
CMYK
RGB Variations
Color information
#CB20AD (or 0xCB20AD) is known color: Medium Violet Red. HEX triplet: CB, 20 and AD. RGB value is (203,32,173). Sum of RGB (Red+Green+Blue) = 203+32+173=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 32 (12.89% from 255 or 7.84% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CB20AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB20AD is #34DF52. Grayscale: #626262. Windows color (decimal): -3465043 or 11346123. OLE color: 11346123.
HSL color Cylindrical-coordinate representation of color #CB20AD: hue angle of 310.53º 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 #CB20AD is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 32 | 173 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.20 |
| HSL | 310.53º | 0.73% | 0.46% | - |
| HSV(B) | 310.53º | 0.84% | 0.8% | - |
| XYZ | 32.69 | 16.75 | 41.04 | - |
| YUV | 99.2 | 169.65 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 173 | 0 | 0.84 | 0.15 | 0.20 | 310.53 | 0.73 | 0.46 |
| Hex | CB | 20 | AD | 0 | 54 | F | 14 | 137 | 49 | 2E |
| Octal | 313 | 40 | 255 | 0 | 124 | 17 | 24 | 467 | 111 | 56 |
| Binary | 11001011 | 100000 | 10101101 | 0 | 1010100 | 1111 | 10100 | 100110111 | 1001001 | 101110 |
Color Harmonies of #CB20AD
Complementary color
Monochromatic Colors of #CB20AD
Black with #CB20AD
Text Example
Text Example
White with #CB20AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB20AD; }
p { color: rgb(203,32,173); }
H1.HeaderClassName
{
color: #CB20AD;
}
.AnyTagClassName
{
color: #CB20AD;
}
</style>
background-color css
<style>
a { background-color: #CB20AD; }
a { background-color: rgb(203,32,173); }
div.DivClassName
{
background-color: #CB20AD;
}
.BgClassName
{
background-color: #CB20AD;
}
</style>
border-color css
<style>
span { border-color: #CB20AD; }
span { border-color: rgb(203,32,173); }
td.TdClassName
{
border-color: #CB20AD;
}
.TagClassName
{
border-color: #CB20AD;
}
</style>