Shades of Medium Violet Red #CB1F9D
Tints of Medium Violet Red #CB1F9D
RGB
CMYK
RGB Variations
Color information
#CB1F9D (or 0xCB1F9D) is known color: Medium Violet Red. HEX triplet: CB, 1F and 9D. RGB value is (203,31,157). Sum of RGB (Red+Green+Blue) = 203+31+157=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 31 (12.5% from 255 or 7.93% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1F9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB1F9D is #34E062. Grayscale: #606060. Windows color (decimal): -3465315 or 10297291. OLE color: 10297291.
HSL color Cylindrical-coordinate representation of color #CB1F9D: hue angle of 316.05º 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 #CB1F9D is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 31 | 157 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.20 |
| HSL | 316.05º | 0.74% | 0.46% | - |
| HSV(B) | 316.05º | 0.85% | 0.8% | - |
| XYZ | 31.2 | 16.11 | 33.36 | - |
| YUV | 96.79 | 161.98 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 31 | 157 | 0 | 0.85 | 0.23 | 0.20 | 316.05 | 0.74 | 0.46 |
| Hex | CB | 1F | 9D | 0 | 55 | 17 | 14 | 13C | 4A | 2E |
| Octal | 313 | 37 | 235 | 0 | 125 | 27 | 24 | 474 | 112 | 56 |
| Binary | 11001011 | 11111 | 10011101 | 0 | 1010101 | 10111 | 10100 | 100111100 | 1001010 | 101110 |
Color Harmonies of #CB1F9D
Complementary color
Monochromatic Colors of #CB1F9D
Black with #CB1F9D
Text Example
Text Example
White with #CB1F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1F9D; }
p { color: rgb(203,31,157); }
H1.HeaderClassName
{
color: #CB1F9D;
}
.AnyTagClassName
{
color: #CB1F9D;
}
</style>
background-color css
<style>
a { background-color: #CB1F9D; }
a { background-color: rgb(203,31,157); }
div.DivClassName
{
background-color: #CB1F9D;
}
.BgClassName
{
background-color: #CB1F9D;
}
</style>
border-color css
<style>
span { border-color: #CB1F9D; }
span { border-color: rgb(203,31,157); }
td.TdClassName
{
border-color: #CB1F9D;
}
.TagClassName
{
border-color: #CB1F9D;
}
</style>