Shades of Medium Violet Red #CB12A2
Tints of Medium Violet Red #CB12A2
RGB
CMYK
RGB Variations
Color information
#CB12A2 (or 0xCB12A2) is known color: Medium Violet Red. HEX triplet: CB, 12 and A2. RGB value is (203,18,162). Sum of RGB (Red+Green+Blue) = 203+18+162=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 18 (7.42% from 255 or 4.70% from 383); Blue value is 162 (63.67% from 255 or 42.30% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB12A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB12A2 is #34ED5D. Grayscale: #595959. Windows color (decimal): -3468638 or 10621643. OLE color: 10621643.
HSL color Cylindrical-coordinate representation of color #CB12A2: hue angle of 313.3º 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 #CB12A2 is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 18 | 162 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.20 |
| HSL | 313.3º | 0.84% | 0.43% | - |
| HSV(B) | 313.3º | 0.91% | 0.8% | - |
| XYZ | 31.37 | 15.74 | 35.57 | - |
| YUV | 89.73 | 168.79 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 162 | 0 | 0.91 | 0.20 | 0.20 | 313.3 | 0.84 | 0.43 |
| Hex | CB | 12 | A2 | 0 | 5B | 14 | 14 | 139 | 54 | 2B |
| Octal | 313 | 22 | 242 | 0 | 133 | 24 | 24 | 471 | 124 | 53 |
| Binary | 11001011 | 10010 | 10100010 | 0 | 1011011 | 10100 | 10100 | 100111001 | 1010100 | 101011 |
Color Harmonies of #CB12A2
Complementary color
Monochromatic Colors of #CB12A2
Black with #CB12A2
Text Example
Text Example
White with #CB12A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB12A2; }
p { color: rgb(203,18,162); }
H1.HeaderClassName
{
color: #CB12A2;
}
.AnyTagClassName
{
color: #CB12A2;
}
</style>
background-color css
<style>
a { background-color: #CB12A2; }
a { background-color: rgb(203,18,162); }
div.DivClassName
{
background-color: #CB12A2;
}
.BgClassName
{
background-color: #CB12A2;
}
</style>
border-color css
<style>
span { border-color: #CB12A2; }
span { border-color: rgb(203,18,162); }
td.TdClassName
{
border-color: #CB12A2;
}
.TagClassName
{
border-color: #CB12A2;
}
</style>