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