Shades of Medium Violet Red #CB1D9A
Tints of Medium Violet Red #CB1D9A
RGB
CMYK
RGB Variations
Color information
#CB1D9A (or 0xCB1D9A) is known color: Medium Violet Red. HEX triplet: CB, 1D and 9A. RGB value is (203,29,154). Sum of RGB (Red+Green+Blue) = 203+29+154=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 29 (11.72% from 255 or 7.51% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB1D9A is #34E265. Grayscale: #5E5E5E. Windows color (decimal): -3465830 or 10100171. OLE color: 10100171.
HSL color Cylindrical-coordinate representation of color #CB1D9A: hue angle of 316.9º 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 #CB1D9A is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 29 | 154 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.20 |
| HSL | 316.9º | 0.75% | 0.45% | - |
| HSV(B) | 316.9º | 0.86% | 0.8% | - |
| XYZ | 30.9 | 15.91 | 32.01 | - |
| YUV | 95.28 | 161.15 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 29 | 154 | 0 | 0.86 | 0.24 | 0.20 | 316.9 | 0.75 | 0.45 |
| Hex | CB | 1D | 9A | 0 | 56 | 18 | 14 | 13D | 4B | 2D |
| Octal | 313 | 35 | 232 | 0 | 126 | 30 | 24 | 475 | 113 | 55 |
| Binary | 11001011 | 11101 | 10011010 | 0 | 1010110 | 11000 | 10100 | 100111101 | 1001011 | 101101 |
Color Harmonies of #CB1D9A
Complementary color
Monochromatic Colors of #CB1D9A
Black with #CB1D9A
Text Example
Text Example
White with #CB1D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1D9A; }
p { color: rgb(203,29,154); }
H1.HeaderClassName
{
color: #CB1D9A;
}
.AnyTagClassName
{
color: #CB1D9A;
}
</style>
background-color css
<style>
a { background-color: #CB1D9A; }
a { background-color: rgb(203,29,154); }
div.DivClassName
{
background-color: #CB1D9A;
}
.BgClassName
{
background-color: #CB1D9A;
}
</style>
border-color css
<style>
span { border-color: #CB1D9A; }
span { border-color: rgb(203,29,154); }
td.TdClassName
{
border-color: #CB1D9A;
}
.TagClassName
{
border-color: #CB1D9A;
}
</style>