Shades of Medium Violet Red #CF2090
Tints of Medium Violet Red #CF2090
RGB
CMYK
RGB Variations
Color information
#CF2090 (or 0xCF2090) is known color: Medium Violet Red. HEX triplet: CF, 20 and 90. RGB value is (207,32,144). Sum of RGB (Red+Green+Blue) = 207+32+144=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 32 (12.89% from 255 or 8.36% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2090 is #30DF6F. Grayscale: #606060. Windows color (decimal): -3202928 or 9445583. OLE color: 9445583.
HSL color Cylindrical-coordinate representation of color #CF2090: hue angle of 321.6º degrees, saturation: 0.73, 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 #CF2090 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 32 | 144 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.19 |
| HSL | 321.6º | 0.73% | 0.47% | - |
| HSV(B) | 321.6º | 0.85% | 0.81% | - |
| XYZ | 31.28 | 16.31 | 27.89 | - |
| YUV | 97.09 | 154.48 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 144 | 0 | 0.85 | 0.30 | 0.19 | 321.6 | 0.73 | 0.47 |
| Hex | CF | 20 | 90 | 0 | 55 | 1E | 13 | 142 | 49 | 2F |
| Octal | 317 | 40 | 220 | 0 | 125 | 36 | 23 | 502 | 111 | 57 |
| Binary | 11001111 | 100000 | 10010000 | 0 | 1010101 | 11110 | 10011 | 101000010 | 1001001 | 101111 |
Color Harmonies of #CF2090
Complementary color
Monochromatic Colors of #CF2090
Black with #CF2090
Text Example
Text Example
White with #CF2090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2090; }
p { color: rgb(207,32,144); }
H1.HeaderClassName
{
color: #CF2090;
}
.AnyTagClassName
{
color: #CF2090;
}
</style>
background-color css
<style>
a { background-color: #CF2090; }
a { background-color: rgb(207,32,144); }
div.DivClassName
{
background-color: #CF2090;
}
.BgClassName
{
background-color: #CF2090;
}
</style>
border-color css
<style>
span { border-color: #CF2090; }
span { border-color: rgb(207,32,144); }
td.TdClassName
{
border-color: #CF2090;
}
.TagClassName
{
border-color: #CF2090;
}
</style>