Shades of Medium Violet Red #CF1491
Tints of Medium Violet Red #CF1491
RGB
CMYK
RGB Variations
Color information
#CF1491 (or 0xCF1491) is known color: Medium Violet Red. HEX triplet: CF, 14 and 91. RGB value is (207,20,145). Sum of RGB (Red+Green+Blue) = 207+20+145=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 20 (8.20% from 255 or 5.38% from 372); Blue value is 145 (57.03% from 255 or 38.98% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1491 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF1491 is #30EB6E. Grayscale: #595959. Windows color (decimal): -3205999 or 9508047. OLE color: 9508047.
HSL color Cylindrical-coordinate representation of color #CF1491: hue angle of 319.89º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF1491 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 20 | 145 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.19 |
| HSL | 319.89º | 0.82% | 0.45% | - |
| HSV(B) | 319.89º | 0.9% | 0.81% | - |
| XYZ | 31.09 | 15.81 | 28.2 | - |
| YUV | 90.16 | 158.95 | 211.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 145 | 0 | 0.90 | 0.30 | 0.19 | 319.89 | 0.82 | 0.45 |
| Hex | CF | 14 | 91 | 0 | 5A | 1E | 13 | 140 | 52 | 2D |
| Octal | 317 | 24 | 221 | 0 | 132 | 36 | 23 | 500 | 122 | 55 |
| Binary | 11001111 | 10100 | 10010001 | 0 | 1011010 | 11110 | 10011 | 101000000 | 1010010 | 101101 |
Color Harmonies of #CF1491
Complementary color
Monochromatic Colors of #CF1491
Black with #CF1491
Text Example
Text Example
White with #CF1491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1491; }
p { color: rgb(207,20,145); }
H1.HeaderClassName
{
color: #CF1491;
}
.AnyTagClassName
{
color: #CF1491;
}
</style>
background-color css
<style>
a { background-color: #CF1491; }
a { background-color: rgb(207,20,145); }
div.DivClassName
{
background-color: #CF1491;
}
.BgClassName
{
background-color: #CF1491;
}
</style>
border-color css
<style>
span { border-color: #CF1491; }
span { border-color: rgb(207,20,145); }
td.TdClassName
{
border-color: #CF1491;
}
.TagClassName
{
border-color: #CF1491;
}
</style>