Shades of Medium Violet Red #CB28AD
Tints of Medium Violet Red #CB28AD
RGB
CMYK
RGB Variations
Color information
#CB28AD (or 0xCB28AD) is known color: Medium Violet Red. HEX triplet: CB, 28 and AD. RGB value is (203,40,173). Sum of RGB (Red+Green+Blue) = 203+40+173=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 40 (16.02% from 255 or 9.62% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB28AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB28AD is #34D752. Grayscale: #676767. Windows color (decimal): -3462995 or 11348171. OLE color: 11348171.
HSL color Cylindrical-coordinate representation of color #CB28AD: hue angle of 311.04º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB28AD is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 40 | 173 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.20 |
| HSL | 311.04º | 0.67% | 0.48% | - |
| HSV(B) | 311.04º | 0.8% | 0.8% | - |
| XYZ | 32.93 | 17.23 | 41.13 | - |
| YUV | 103.9 | 167 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 173 | 0 | 0.80 | 0.15 | 0.20 | 311.04 | 0.67 | 0.48 |
| Hex | CB | 28 | AD | 0 | 50 | F | 14 | 137 | 43 | 30 |
| Octal | 313 | 50 | 255 | 0 | 120 | 17 | 24 | 467 | 103 | 60 |
| Binary | 11001011 | 101000 | 10101101 | 0 | 1010000 | 1111 | 10100 | 100110111 | 1000011 | 110000 |
Color Harmonies of #CB28AD
Complementary color
Monochromatic Colors of #CB28AD
Black with #CB28AD
Text Example
Text Example
White with #CB28AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB28AD; }
p { color: rgb(203,40,173); }
H1.HeaderClassName
{
color: #CB28AD;
}
.AnyTagClassName
{
color: #CB28AD;
}
</style>
background-color css
<style>
a { background-color: #CB28AD; }
a { background-color: rgb(203,40,173); }
div.DivClassName
{
background-color: #CB28AD;
}
.BgClassName
{
background-color: #CB28AD;
}
</style>
border-color css
<style>
span { border-color: #CB28AD; }
span { border-color: rgb(203,40,173); }
td.TdClassName
{
border-color: #CB28AD;
}
.TagClassName
{
border-color: #CB28AD;
}
</style>