Shades of Medium Violet Red #CF1891
Tints of Medium Violet Red #CF1891
RGB
CMYK
RGB Variations
Color information
#CF1891 (or 0xCF1891) is known color: Medium Violet Red. HEX triplet: CF, 18 and 91. RGB value is (207,24,145). Sum of RGB (Red+Green+Blue) = 207+24+145=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 24 (9.77% from 255 or 6.38% from 376); Blue value is 145 (57.03% from 255 or 38.56% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1891 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF1891 is #30E76E. Grayscale: #5C5C5C. Windows color (decimal): -3204975 or 9509071. OLE color: 9509071.
HSL color Cylindrical-coordinate representation of color #CF1891: hue angle of 320.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF1891 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 24 | 145 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.19 |
| HSL | 320.33º | 0.79% | 0.45% | - |
| HSV(B) | 320.33º | 0.88% | 0.81% | - |
| XYZ | 31.17 | 15.96 | 28.23 | - |
| YUV | 92.51 | 157.63 | 209.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 24 | 145 | 0 | 0.88 | 0.30 | 0.19 | 320.33 | 0.79 | 0.45 |
| Hex | CF | 18 | 91 | 0 | 58 | 1E | 13 | 140 | 4F | 2D |
| Octal | 317 | 30 | 221 | 0 | 130 | 36 | 23 | 500 | 117 | 55 |
| Binary | 11001111 | 11000 | 10010001 | 0 | 1011000 | 11110 | 10011 | 101000000 | 1001111 | 101101 |
Color Harmonies of #CF1891
Complementary color
Monochromatic Colors of #CF1891
Black with #CF1891
Text Example
Text Example
White with #CF1891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1891; }
p { color: rgb(207,24,145); }
H1.HeaderClassName
{
color: #CF1891;
}
.AnyTagClassName
{
color: #CF1891;
}
</style>
background-color css
<style>
a { background-color: #CF1891; }
a { background-color: rgb(207,24,145); }
div.DivClassName
{
background-color: #CF1891;
}
.BgClassName
{
background-color: #CF1891;
}
</style>
border-color css
<style>
span { border-color: #CF1891; }
span { border-color: rgb(207,24,145); }
td.TdClassName
{
border-color: #CF1891;
}
.TagClassName
{
border-color: #CF1891;
}
</style>