Shades of Medium Violet Red #CB11AA
Tints of Medium Violet Red #CB11AA
RGB
CMYK
RGB Variations
Color information
#CB11AA (or 0xCB11AA) is known color: Medium Violet Red. HEX triplet: CB, 11 and AA. RGB value is (203,17,170). Sum of RGB (Red+Green+Blue) = 203+17+170=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 17 (7.03% from 255 or 4.36% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CB11AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB11AA is #34EE55. Grayscale: #595959. Windows color (decimal): -3468886 or 11145675. OLE color: 11145675.
HSL color Cylindrical-coordinate representation of color #CB11AA: hue angle of 310.65º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB11AA is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 17 | 170 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.20 |
| HSL | 310.65º | 0.85% | 0.43% | - |
| HSV(B) | 310.65º | 0.92% | 0.8% | - |
| XYZ | 32.08 | 16 | 39.43 | - |
| YUV | 90.06 | 173.12 | 208.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 17 | 170 | 0 | 0.92 | 0.16 | 0.20 | 310.65 | 0.85 | 0.43 |
| Hex | CB | 11 | AA | 0 | 5C | 10 | 14 | 137 | 55 | 2B |
| Octal | 313 | 21 | 252 | 0 | 134 | 20 | 24 | 467 | 125 | 53 |
| Binary | 11001011 | 10001 | 10101010 | 0 | 1011100 | 10000 | 10100 | 100110111 | 1010101 | 101011 |
Color Harmonies of #CB11AA
Complementary color
Monochromatic Colors of #CB11AA
Black with #CB11AA
Text Example
Text Example
White with #CB11AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB11AA; }
p { color: rgb(203,17,170); }
H1.HeaderClassName
{
color: #CB11AA;
}
.AnyTagClassName
{
color: #CB11AA;
}
</style>
background-color css
<style>
a { background-color: #CB11AA; }
a { background-color: rgb(203,17,170); }
div.DivClassName
{
background-color: #CB11AA;
}
.BgClassName
{
background-color: #CB11AA;
}
</style>
border-color css
<style>
span { border-color: #CB11AA; }
span { border-color: rgb(203,17,170); }
td.TdClassName
{
border-color: #CB11AA;
}
.TagClassName
{
border-color: #CB11AA;
}
</style>