Shades of Medium Violet Red #CF1BAB
Tints of Medium Violet Red #CF1BAB
RGB
CMYK
RGB Variations
Color information
#CF1BAB (or 0xCF1BAB) is known color: Medium Violet Red. HEX triplet: CF, 1B and AB. RGB value is (207,27,171). Sum of RGB (Red+Green+Blue) = 207+27+171=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 27 (10.94% from 255 or 6.67% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF1BAB is #30E454. Grayscale: #606060. Windows color (decimal): -3204181 or 11213775. OLE color: 11213775.
HSL color Cylindrical-coordinate representation of color #CF1BAB: hue angle of 312º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF1BAB is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 27 | 171 | - |
| CMYK | 0 | 0.87 | 0.17 | 0.19 |
| HSL | 312º | 0.77% | 0.46% | - |
| HSV(B) | 312º | 0.87% | 0.81% | - |
| XYZ | 33.47 | 16.99 | 40.04 | - |
| YUV | 97.24 | 169.63 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 27 | 171 | 0 | 0.87 | 0.17 | 0.19 | 312 | 0.77 | 0.46 |
| Hex | CF | 1B | AB | 0 | 57 | 11 | 13 | 138 | 4D | 2E |
| Octal | 317 | 33 | 253 | 0 | 127 | 21 | 23 | 470 | 115 | 56 |
| Binary | 11001111 | 11011 | 10101011 | 0 | 1010111 | 10001 | 10011 | 100111000 | 1001101 | 101110 |
Color Harmonies of #CF1BAB
Complementary color
Monochromatic Colors of #CF1BAB
Black with #CF1BAB
Text Example
Text Example
White with #CF1BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1BAB; }
p { color: rgb(207,27,171); }
H1.HeaderClassName
{
color: #CF1BAB;
}
.AnyTagClassName
{
color: #CF1BAB;
}
</style>
background-color css
<style>
a { background-color: #CF1BAB; }
a { background-color: rgb(207,27,171); }
div.DivClassName
{
background-color: #CF1BAB;
}
.BgClassName
{
background-color: #CF1BAB;
}
</style>
border-color css
<style>
span { border-color: #CF1BAB; }
span { border-color: rgb(207,27,171); }
td.TdClassName
{
border-color: #CF1BAB;
}
.TagClassName
{
border-color: #CF1BAB;
}
</style>