Shades of Medium Violet Red #CB1D9F
Tints of Medium Violet Red #CB1D9F
RGB
CMYK
RGB Variations
Color information
#CB1D9F (or 0xCB1D9F) is known color: Medium Violet Red. HEX triplet: CB, 1D and 9F. RGB value is (203,29,159). Sum of RGB (Red+Green+Blue) = 203+29+159=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 29 (11.72% from 255 or 7.42% from 391); Blue value is 159 (62.5% from 255 or 40.66% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1D9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB1D9F is #34E260. Grayscale: #5F5F5F. Windows color (decimal): -3465825 or 10427851. OLE color: 10427851.
HSL color Cylindrical-coordinate representation of color #CB1D9F: hue angle of 315.17º 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 #CB1D9F is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 29 | 159 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.20 |
| HSL | 315.17º | 0.75% | 0.45% | - |
| HSV(B) | 315.17º | 0.86% | 0.8% | - |
| XYZ | 31.33 | 16.08 | 34.25 | - |
| YUV | 95.85 | 163.65 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 29 | 159 | 0 | 0.86 | 0.22 | 0.20 | 315.17 | 0.75 | 0.45 |
| Hex | CB | 1D | 9F | 0 | 56 | 16 | 14 | 13B | 4B | 2D |
| Octal | 313 | 35 | 237 | 0 | 126 | 26 | 24 | 473 | 113 | 55 |
| Binary | 11001011 | 11101 | 10011111 | 0 | 1010110 | 10110 | 10100 | 100111011 | 1001011 | 101101 |
Color Harmonies of #CB1D9F
Complementary color
Monochromatic Colors of #CB1D9F
Black with #CB1D9F
Text Example
Text Example
White with #CB1D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1D9F; }
p { color: rgb(203,29,159); }
H1.HeaderClassName
{
color: #CB1D9F;
}
.AnyTagClassName
{
color: #CB1D9F;
}
</style>
background-color css
<style>
a { background-color: #CB1D9F; }
a { background-color: rgb(203,29,159); }
div.DivClassName
{
background-color: #CB1D9F;
}
.BgClassName
{
background-color: #CB1D9F;
}
</style>
border-color css
<style>
span { border-color: #CB1D9F; }
span { border-color: rgb(203,29,159); }
td.TdClassName
{
border-color: #CB1D9F;
}
.TagClassName
{
border-color: #CB1D9F;
}
</style>