Shades of Medium Violet Red #CB1D7B
Tints of Medium Violet Red #CB1D7B
RGB
CMYK
RGB Variations
Color information
#CB1D7B (or 0xCB1D7B) is known color: Medium Violet Red. HEX triplet: CB, 1D and 7B. RGB value is (203,29,123). Sum of RGB (Red+Green+Blue) = 203+29+123=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 29 (11.72% from 255 or 8.17% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1D7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1D7B is #34E284. Grayscale: #5B5B5B. Windows color (decimal): -3465861 or 8068555. OLE color: 8068555.
HSL color Cylindrical-coordinate representation of color #CB1D7B: hue angle of 327.59º 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 #CB1D7B is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 29 | 123 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.20 |
| HSL | 327.59º | 0.75% | 0.45% | - |
| HSV(B) | 327.59º | 0.86% | 0.8% | - |
| XYZ | 28.64 | 15.01 | 20.13 | - |
| YUV | 91.74 | 145.65 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 29 | 123 | 0 | 0.86 | 0.39 | 0.20 | 327.59 | 0.75 | 0.45 |
| Hex | CB | 1D | 7B | 0 | 56 | 27 | 14 | 148 | 4B | 2D |
| Octal | 313 | 35 | 173 | 0 | 126 | 47 | 24 | 510 | 113 | 55 |
| Binary | 11001011 | 11101 | 1111011 | 0 | 1010110 | 100111 | 10100 | 101001000 | 1001011 | 101101 |
Color Harmonies of #CB1D7B
Complementary color
Monochromatic Colors of #CB1D7B
Black with #CB1D7B
Text Example
Text Example
White with #CB1D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1D7B; }
p { color: rgb(203,29,123); }
H1.HeaderClassName
{
color: #CB1D7B;
}
.AnyTagClassName
{
color: #CB1D7B;
}
</style>
background-color css
<style>
a { background-color: #CB1D7B; }
a { background-color: rgb(203,29,123); }
div.DivClassName
{
background-color: #CB1D7B;
}
.BgClassName
{
background-color: #CB1D7B;
}
</style>
border-color css
<style>
span { border-color: #CB1D7B; }
span { border-color: rgb(203,29,123); }
td.TdClassName
{
border-color: #CB1D7B;
}
.TagClassName
{
border-color: #CB1D7B;
}
</style>