Shades of Medium Violet Red #CF1490
Tints of Medium Violet Red #CF1490
RGB
CMYK
RGB Variations
Color information
#CF1490 (or 0xCF1490) is known color: Medium Violet Red. HEX triplet: CF, 14 and 90. RGB value is (207,20,144). Sum of RGB (Red+Green+Blue) = 207+20+144=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF1490 is #30EB6F. Grayscale: #595959. Windows color (decimal): -3206000 or 9442511. OLE color: 9442511.
HSL color Cylindrical-coordinate representation of color #CF1490: hue angle of 320.21º 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 #CF1490 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 20 | 144 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.19 |
| HSL | 320.21º | 0.82% | 0.45% | - |
| HSV(B) | 320.21º | 0.9% | 0.81% | - |
| XYZ | 31.02 | 15.78 | 27.8 | - |
| YUV | 90.05 | 158.45 | 211.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 144 | 0 | 0.90 | 0.30 | 0.19 | 320.21 | 0.82 | 0.45 |
| Hex | CF | 14 | 90 | 0 | 5A | 1E | 13 | 140 | 52 | 2D |
| Octal | 317 | 24 | 220 | 0 | 132 | 36 | 23 | 500 | 122 | 55 |
| Binary | 11001111 | 10100 | 10010000 | 0 | 1011010 | 11110 | 10011 | 101000000 | 1010010 | 101101 |
Color Harmonies of #CF1490
Complementary color
Monochromatic Colors of #CF1490
Black with #CF1490
Text Example
Text Example
White with #CF1490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1490; }
p { color: rgb(207,20,144); }
H1.HeaderClassName
{
color: #CF1490;
}
.AnyTagClassName
{
color: #CF1490;
}
</style>
background-color css
<style>
a { background-color: #CF1490; }
a { background-color: rgb(207,20,144); }
div.DivClassName
{
background-color: #CF1490;
}
.BgClassName
{
background-color: #CF1490;
}
</style>
border-color css
<style>
span { border-color: #CF1490; }
span { border-color: rgb(207,20,144); }
td.TdClassName
{
border-color: #CF1490;
}
.TagClassName
{
border-color: #CF1490;
}
</style>