Shades of Medium Violet Red #CB15AA
Tints of Medium Violet Red #CB15AA
RGB
CMYK
RGB Variations
Color information
#CB15AA (or 0xCB15AA) is known color: Medium Violet Red. HEX triplet: CB, 15 and AA. RGB value is (203,21,170). Sum of RGB (Red+Green+Blue) = 203+21+170=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 21 (8.59% from 255 or 5.33% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CB15AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB15AA is #34EA55. Grayscale: #5B5B5B. Windows color (decimal): -3467862 or 11146699. OLE color: 11146699.
HSL color Cylindrical-coordinate representation of color #CB15AA: hue angle of 310.88º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB15AA is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 21 | 170 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.20 |
| HSL | 310.88º | 0.81% | 0.44% | - |
| HSV(B) | 310.88º | 0.9% | 0.8% | - |
| XYZ | 32.15 | 16.14 | 39.45 | - |
| YUV | 92.4 | 171.8 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 170 | 0 | 0.90 | 0.16 | 0.20 | 310.88 | 0.81 | 0.44 |
| Hex | CB | 15 | AA | 0 | 5A | 10 | 14 | 137 | 51 | 2C |
| Octal | 313 | 25 | 252 | 0 | 132 | 20 | 24 | 467 | 121 | 54 |
| Binary | 11001011 | 10101 | 10101010 | 0 | 1011010 | 10000 | 10100 | 100110111 | 1010001 | 101100 |
Color Harmonies of #CB15AA
Complementary color
Monochromatic Colors of #CB15AA
Black with #CB15AA
Text Example
Text Example
White with #CB15AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB15AA; }
p { color: rgb(203,21,170); }
H1.HeaderClassName
{
color: #CB15AA;
}
.AnyTagClassName
{
color: #CB15AA;
}
</style>
background-color css
<style>
a { background-color: #CB15AA; }
a { background-color: rgb(203,21,170); }
div.DivClassName
{
background-color: #CB15AA;
}
.BgClassName
{
background-color: #CB15AA;
}
</style>
border-color css
<style>
span { border-color: #CB15AA; }
span { border-color: rgb(203,21,170); }
td.TdClassName
{
border-color: #CB15AA;
}
.TagClassName
{
border-color: #CB15AA;
}
</style>