Shades of Medium Violet Red #CB1D9C
Tints of Medium Violet Red #CB1D9C
RGB
CMYK
RGB Variations
Color information
#CB1D9C (or 0xCB1D9C) is known color: Medium Violet Red. HEX triplet: CB, 1D and 9C. RGB value is (203,29,156). Sum of RGB (Red+Green+Blue) = 203+29+156=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 29 (11.72% from 255 or 7.47% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB1D9C is #34E263. Grayscale: #5F5F5F. Windows color (decimal): -3465828 or 10231243. OLE color: 10231243.
HSL color Cylindrical-coordinate representation of color #CB1D9C: hue angle of 316.21º 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 #CB1D9C is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 29 | 156 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.20 |
| HSL | 316.21º | 0.75% | 0.45% | - |
| HSV(B) | 316.21º | 0.86% | 0.8% | - |
| XYZ | 31.07 | 15.98 | 32.9 | - |
| YUV | 95.5 | 162.15 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 29 | 156 | 0 | 0.86 | 0.23 | 0.20 | 316.21 | 0.75 | 0.45 |
| Hex | CB | 1D | 9C | 0 | 56 | 17 | 14 | 13C | 4B | 2D |
| Octal | 313 | 35 | 234 | 0 | 126 | 27 | 24 | 474 | 113 | 55 |
| Binary | 11001011 | 11101 | 10011100 | 0 | 1010110 | 10111 | 10100 | 100111100 | 1001011 | 101101 |
Color Harmonies of #CB1D9C
Complementary color
Monochromatic Colors of #CB1D9C
Black with #CB1D9C
Text Example
Text Example
White with #CB1D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1D9C; }
p { color: rgb(203,29,156); }
H1.HeaderClassName
{
color: #CB1D9C;
}
.AnyTagClassName
{
color: #CB1D9C;
}
</style>
background-color css
<style>
a { background-color: #CB1D9C; }
a { background-color: rgb(203,29,156); }
div.DivClassName
{
background-color: #CB1D9C;
}
.BgClassName
{
background-color: #CB1D9C;
}
</style>
border-color css
<style>
span { border-color: #CB1D9C; }
span { border-color: rgb(203,29,156); }
td.TdClassName
{
border-color: #CB1D9C;
}
.TagClassName
{
border-color: #CB1D9C;
}
</style>