Shades of Medium Violet Red #CB1F81
Tints of Medium Violet Red #CB1F81
RGB
CMYK
RGB Variations
Color information
#CB1F81 (or 0xCB1F81) is known color: Medium Violet Red. HEX triplet: CB, 1F and 81. RGB value is (203,31,129). Sum of RGB (Red+Green+Blue) = 203+31+129=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 31 (12.5% from 255 or 8.54% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1F81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB1F81 is #34E07E. Grayscale: #5D5D5D. Windows color (decimal): -3465343 or 8462283. OLE color: 8462283.
HSL color Cylindrical-coordinate representation of color #CB1F81: hue angle of 325.81º 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 #CB1F81 is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 31 | 129 | - |
| CMYK | 0 | 0.85 | 0.36 | 0.20 |
| HSL | 325.81º | 0.74% | 0.46% | - |
| HSV(B) | 325.81º | 0.85% | 0.8% | - |
| XYZ | 29.08 | 15.26 | 22.18 | - |
| YUV | 93.6 | 147.98 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 31 | 129 | 0 | 0.85 | 0.36 | 0.20 | 325.81 | 0.74 | 0.46 |
| Hex | CB | 1F | 81 | 0 | 55 | 24 | 14 | 146 | 4A | 2E |
| Octal | 313 | 37 | 201 | 0 | 125 | 44 | 24 | 506 | 112 | 56 |
| Binary | 11001011 | 11111 | 10000001 | 0 | 1010101 | 100100 | 10100 | 101000110 | 1001010 | 101110 |
Color Harmonies of #CB1F81
Complementary color
Monochromatic Colors of #CB1F81
Black with #CB1F81
Text Example
Text Example
White with #CB1F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1F81; }
p { color: rgb(203,31,129); }
H1.HeaderClassName
{
color: #CB1F81;
}
.AnyTagClassName
{
color: #CB1F81;
}
</style>
background-color css
<style>
a { background-color: #CB1F81; }
a { background-color: rgb(203,31,129); }
div.DivClassName
{
background-color: #CB1F81;
}
.BgClassName
{
background-color: #CB1F81;
}
</style>
border-color css
<style>
span { border-color: #CB1F81; }
span { border-color: rgb(203,31,129); }
td.TdClassName
{
border-color: #CB1F81;
}
.TagClassName
{
border-color: #CB1F81;
}
</style>