Shades of Medium Violet Red #CB12A0
Tints of Medium Violet Red #CB12A0
RGB
CMYK
RGB Variations
Color information
#CB12A0 (or 0xCB12A0) is known color: Medium Violet Red. HEX triplet: CB, 12 and A0. RGB value is (203,18,160). Sum of RGB (Red+Green+Blue) = 203+18+160=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 18 (7.42% from 255 or 4.72% from 381); Blue value is 160 (62.89% from 255 or 41.99% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB12A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB12A0 is #34ED5F. Grayscale: #595959. Windows color (decimal): -3468640 or 10490571. OLE color: 10490571.
HSL color Cylindrical-coordinate representation of color #CB12A0: hue angle of 313.95º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB12A0 is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 18 | 160 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.20 |
| HSL | 313.95º | 0.84% | 0.43% | - |
| HSV(B) | 313.95º | 0.91% | 0.8% | - |
| XYZ | 31.19 | 15.67 | 34.64 | - |
| YUV | 89.5 | 167.79 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 160 | 0 | 0.91 | 0.21 | 0.20 | 313.95 | 0.84 | 0.43 |
| Hex | CB | 12 | A0 | 0 | 5B | 15 | 14 | 13A | 54 | 2B |
| Octal | 313 | 22 | 240 | 0 | 133 | 25 | 24 | 472 | 124 | 53 |
| Binary | 11001011 | 10010 | 10100000 | 0 | 1011011 | 10101 | 10100 | 100111010 | 1010100 | 101011 |
Color Harmonies of #CB12A0
Complementary color
Monochromatic Colors of #CB12A0
Black with #CB12A0
Text Example
Text Example
White with #CB12A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB12A0; }
p { color: rgb(203,18,160); }
H1.HeaderClassName
{
color: #CB12A0;
}
.AnyTagClassName
{
color: #CB12A0;
}
</style>
background-color css
<style>
a { background-color: #CB12A0; }
a { background-color: rgb(203,18,160); }
div.DivClassName
{
background-color: #CB12A0;
}
.BgClassName
{
background-color: #CB12A0;
}
</style>
border-color css
<style>
span { border-color: #CB12A0; }
span { border-color: rgb(203,18,160); }
td.TdClassName
{
border-color: #CB12A0;
}
.TagClassName
{
border-color: #CB12A0;
}
</style>