Shades of Medium Violet Red #CB22AD
Tints of Medium Violet Red #CB22AD
RGB
CMYK
RGB Variations
Color information
#CB22AD (or 0xCB22AD) is known color: Medium Violet Red. HEX triplet: CB, 22 and AD. RGB value is (203,34,173). Sum of RGB (Red+Green+Blue) = 203+34+173=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 34 (13.67% from 255 or 8.29% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB22AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB22AD is #34DD52. Grayscale: #636363. Windows color (decimal): -3464531 or 11346635. OLE color: 11346635.
HSL color Cylindrical-coordinate representation of color #CB22AD: hue angle of 310.65º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB22AD is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 34 | 173 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.20 |
| HSL | 310.65º | 0.71% | 0.46% | - |
| HSV(B) | 310.65º | 0.83% | 0.8% | - |
| XYZ | 32.74 | 16.86 | 41.06 | - |
| YUV | 100.38 | 168.99 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 34 | 173 | 0 | 0.83 | 0.15 | 0.20 | 310.65 | 0.71 | 0.46 |
| Hex | CB | 22 | AD | 0 | 53 | F | 14 | 137 | 47 | 2E |
| Octal | 313 | 42 | 255 | 0 | 123 | 17 | 24 | 467 | 107 | 56 |
| Binary | 11001011 | 100010 | 10101101 | 0 | 1010011 | 1111 | 10100 | 100110111 | 1000111 | 101110 |
Color Harmonies of #CB22AD
Complementary color
Monochromatic Colors of #CB22AD
Black with #CB22AD
Text Example
Text Example
White with #CB22AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB22AD; }
p { color: rgb(203,34,173); }
H1.HeaderClassName
{
color: #CB22AD;
}
.AnyTagClassName
{
color: #CB22AD;
}
</style>
background-color css
<style>
a { background-color: #CB22AD; }
a { background-color: rgb(203,34,173); }
div.DivClassName
{
background-color: #CB22AD;
}
.BgClassName
{
background-color: #CB22AD;
}
</style>
border-color css
<style>
span { border-color: #CB22AD; }
span { border-color: rgb(203,34,173); }
td.TdClassName
{
border-color: #CB22AD;
}
.TagClassName
{
border-color: #CB22AD;
}
</style>