Shades of Medium Violet Red #CB1F7B
Tints of Medium Violet Red #CB1F7B
RGB
CMYK
RGB Variations
Color information
#CB1F7B (or 0xCB1F7B) is known color: Medium Violet Red. HEX triplet: CB, 1F and 7B. RGB value is (203,31,123). Sum of RGB (Red+Green+Blue) = 203+31+123=357 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.86% from 357); Green value is 31 (12.5% from 255 or 8.68% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1F7B is #34E084. Grayscale: #5C5C5C. Windows color (decimal): -3465349 or 8069067. OLE color: 8069067.
HSL color Cylindrical-coordinate representation of color #CB1F7B: hue angle of 327.91º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB1F7B is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 31 | 123 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.20 |
| HSL | 327.91º | 0.74% | 0.46% | - |
| HSV(B) | 327.91º | 0.85% | 0.8% | - |
| XYZ | 28.69 | 15.11 | 20.14 | - |
| YUV | 92.92 | 144.98 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 31 | 123 | 0 | 0.85 | 0.39 | 0.20 | 327.91 | 0.74 | 0.46 |
| Hex | CB | 1F | 7B | 0 | 55 | 27 | 14 | 148 | 4A | 2E |
| Octal | 313 | 37 | 173 | 0 | 125 | 47 | 24 | 510 | 112 | 56 |
| Binary | 11001011 | 11111 | 1111011 | 0 | 1010101 | 100111 | 10100 | 101001000 | 1001010 | 101110 |
Color Harmonies of #CB1F7B
Complementary color
Monochromatic Colors of #CB1F7B
Black with #CB1F7B
Text Example
Text Example
White with #CB1F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1F7B; }
p { color: rgb(203,31,123); }
H1.HeaderClassName
{
color: #CB1F7B;
}
.AnyTagClassName
{
color: #CB1F7B;
}
</style>
background-color css
<style>
a { background-color: #CB1F7B; }
a { background-color: rgb(203,31,123); }
div.DivClassName
{
background-color: #CB1F7B;
}
.BgClassName
{
background-color: #CB1F7B;
}
</style>
border-color css
<style>
span { border-color: #CB1F7B; }
span { border-color: rgb(203,31,123); }
td.TdClassName
{
border-color: #CB1F7B;
}
.TagClassName
{
border-color: #CB1F7B;
}
</style>