Shades of Medium Violet Red #CF1FAB
Tints of Medium Violet Red #CF1FAB
RGB
CMYK
RGB Variations
Color information
#CF1FAB (or 0xCF1FAB) is known color: Medium Violet Red. HEX triplet: CF, 1F and AB. RGB value is (207,31,171). Sum of RGB (Red+Green+Blue) = 207+31+171=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 31 (12.5% from 255 or 7.58% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF1FAB is #30E054. Grayscale: #636363. Windows color (decimal): -3203157 or 11214799. OLE color: 11214799.
HSL color Cylindrical-coordinate representation of color #CF1FAB: hue angle of 312.27º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF1FAB is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 31 | 171 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.19 |
| HSL | 312.27º | 0.74% | 0.47% | - |
| HSV(B) | 312.27º | 0.85% | 0.81% | - |
| XYZ | 33.57 | 17.19 | 40.08 | - |
| YUV | 99.58 | 168.31 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 31 | 171 | 0 | 0.85 | 0.17 | 0.19 | 312.27 | 0.74 | 0.47 |
| Hex | CF | 1F | AB | 0 | 55 | 11 | 13 | 138 | 4A | 2F |
| Octal | 317 | 37 | 253 | 0 | 125 | 21 | 23 | 470 | 112 | 57 |
| Binary | 11001111 | 11111 | 10101011 | 0 | 1010101 | 10001 | 10011 | 100111000 | 1001010 | 101111 |
Color Harmonies of #CF1FAB
Complementary color
Monochromatic Colors of #CF1FAB
Black with #CF1FAB
Text Example
Text Example
White with #CF1FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1FAB; }
p { color: rgb(207,31,171); }
H1.HeaderClassName
{
color: #CF1FAB;
}
.AnyTagClassName
{
color: #CF1FAB;
}
</style>
background-color css
<style>
a { background-color: #CF1FAB; }
a { background-color: rgb(207,31,171); }
div.DivClassName
{
background-color: #CF1FAB;
}
.BgClassName
{
background-color: #CF1FAB;
}
</style>
border-color css
<style>
span { border-color: #CF1FAB; }
span { border-color: rgb(207,31,171); }
td.TdClassName
{
border-color: #CF1FAB;
}
.TagClassName
{
border-color: #CF1FAB;
}
</style>