Shades of Medium Violet Red #CB1DA2
Tints of Medium Violet Red #CB1DA2
RGB
CMYK
RGB Variations
Color information
#CB1DA2 (or 0xCB1DA2) is known color: Medium Violet Red. HEX triplet: CB, 1D and A2. RGB value is (203,29,162). Sum of RGB (Red+Green+Blue) = 203+29+162=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 29 (11.72% from 255 or 7.36% from 394); Blue value is 162 (63.67% from 255 or 41.12% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1DA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB1DA2 is #34E25D. Grayscale: #5F5F5F. Windows color (decimal): -3465822 or 10624459. OLE color: 10624459.
HSL color Cylindrical-coordinate representation of color #CB1DA2: hue angle of 314.14º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB1DA2 is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 29 | 162 | - |
| CMYK | 0 | 0.86 | 0.20 | 0.20 |
| HSL | 314.14º | 0.75% | 0.45% | - |
| HSV(B) | 314.14º | 0.86% | 0.8% | - |
| XYZ | 31.59 | 16.18 | 35.64 | - |
| YUV | 96.19 | 165.15 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 29 | 162 | 0 | 0.86 | 0.20 | 0.20 | 314.14 | 0.75 | 0.45 |
| Hex | CB | 1D | A2 | 0 | 56 | 14 | 14 | 13A | 4B | 2D |
| Octal | 313 | 35 | 242 | 0 | 126 | 24 | 24 | 472 | 113 | 55 |
| Binary | 11001011 | 11101 | 10100010 | 0 | 1010110 | 10100 | 10100 | 100111010 | 1001011 | 101101 |
Color Harmonies of #CB1DA2
Complementary color
Monochromatic Colors of #CB1DA2
Black with #CB1DA2
Text Example
Text Example
White with #CB1DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1DA2; }
p { color: rgb(203,29,162); }
H1.HeaderClassName
{
color: #CB1DA2;
}
.AnyTagClassName
{
color: #CB1DA2;
}
</style>
background-color css
<style>
a { background-color: #CB1DA2; }
a { background-color: rgb(203,29,162); }
div.DivClassName
{
background-color: #CB1DA2;
}
.BgClassName
{
background-color: #CB1DA2;
}
</style>
border-color css
<style>
span { border-color: #CB1DA2; }
span { border-color: rgb(203,29,162); }
td.TdClassName
{
border-color: #CB1DA2;
}
.TagClassName
{
border-color: #CB1DA2;
}
</style>