Shades of Medium Violet Red #CF1390
Tints of Medium Violet Red #CF1390
RGB
CMYK
RGB Variations
Color information
#CF1390 (or 0xCF1390) is known color: Medium Violet Red. HEX triplet: CF, 13 and 90. RGB value is (207,19,144). Sum of RGB (Red+Green+Blue) = 207+19+144=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 19 (7.81% from 255 or 5.14% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1390 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF1390 is #30EC6F. Grayscale: #595959. Windows color (decimal): -3206256 or 9442255. OLE color: 9442255.
HSL color Cylindrical-coordinate representation of color #CF1390: hue angle of 320.11º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF1390 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 144 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.19 |
| HSL | 320.11º | 0.83% | 0.44% | - |
| HSV(B) | 320.11º | 0.91% | 0.81% | - |
| XYZ | 31 | 15.74 | 27.79 | - |
| YUV | 89.46 | 158.78 | 211.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 144 | 0 | 0.91 | 0.30 | 0.19 | 320.11 | 0.83 | 0.44 |
| Hex | CF | 13 | 90 | 0 | 5B | 1E | 13 | 140 | 53 | 2C |
| Octal | 317 | 23 | 220 | 0 | 133 | 36 | 23 | 500 | 123 | 54 |
| Binary | 11001111 | 10011 | 10010000 | 0 | 1011011 | 11110 | 10011 | 101000000 | 1010011 | 101100 |
Color Harmonies of #CF1390
Complementary color
Monochromatic Colors of #CF1390
Black with #CF1390
Text Example
Text Example
White with #CF1390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1390; }
p { color: rgb(207,19,144); }
H1.HeaderClassName
{
color: #CF1390;
}
.AnyTagClassName
{
color: #CF1390;
}
</style>
background-color css
<style>
a { background-color: #CF1390; }
a { background-color: rgb(207,19,144); }
div.DivClassName
{
background-color: #CF1390;
}
.BgClassName
{
background-color: #CF1390;
}
</style>
border-color css
<style>
span { border-color: #CF1390; }
span { border-color: rgb(207,19,144); }
td.TdClassName
{
border-color: #CF1390;
}
.TagClassName
{
border-color: #CF1390;
}
</style>