Shades of Medium Violet Red #CB1A7B
Tints of Medium Violet Red #CB1A7B
RGB
CMYK
RGB Variations
Color information
#CB1A7B (or 0xCB1A7B) is known color: Medium Violet Red. HEX triplet: CB, 1A and 7B. RGB value is (203,26,123). Sum of RGB (Red+Green+Blue) = 203+26+123=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 26 (10.55% from 255 or 7.39% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1A7B is #34E584. Grayscale: #595959. Windows color (decimal): -3466629 or 8067787. OLE color: 8067787.
HSL color Cylindrical-coordinate representation of color #CB1A7B: hue angle of 327.12º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB1A7B is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 26 | 123 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.20 |
| HSL | 327.12º | 0.77% | 0.45% | - |
| HSV(B) | 327.12º | 0.87% | 0.8% | - |
| XYZ | 28.57 | 14.87 | 20.1 | - |
| YUV | 89.98 | 146.64 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 26 | 123 | 0 | 0.87 | 0.39 | 0.20 | 327.12 | 0.77 | 0.45 |
| Hex | CB | 1A | 7B | 0 | 57 | 27 | 14 | 147 | 4D | 2D |
| Octal | 313 | 32 | 173 | 0 | 127 | 47 | 24 | 507 | 115 | 55 |
| Binary | 11001011 | 11010 | 1111011 | 0 | 1010111 | 100111 | 10100 | 101000111 | 1001101 | 101101 |
Color Harmonies of #CB1A7B
Complementary color
Monochromatic Colors of #CB1A7B
Black with #CB1A7B
Text Example
Text Example
White with #CB1A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1A7B; }
p { color: rgb(203,26,123); }
H1.HeaderClassName
{
color: #CB1A7B;
}
.AnyTagClassName
{
color: #CB1A7B;
}
</style>
background-color css
<style>
a { background-color: #CB1A7B; }
a { background-color: rgb(203,26,123); }
div.DivClassName
{
background-color: #CB1A7B;
}
.BgClassName
{
background-color: #CB1A7B;
}
</style>
border-color css
<style>
span { border-color: #CB1A7B; }
span { border-color: rgb(203,26,123); }
td.TdClassName
{
border-color: #CB1A7B;
}
.TagClassName
{
border-color: #CB1A7B;
}
</style>