Shades of Medium Violet Red #CF2080
Tints of Medium Violet Red #CF2080
RGB
CMYK
RGB Variations
Color information
#CF2080 (or 0xCF2080) is known color: Medium Violet Red. HEX triplet: CF, 20 and 80. RGB value is (207,32,128). Sum of RGB (Red+Green+Blue) = 207+32+128=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 32 (12.89% from 255 or 8.72% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2080 is #30DF7F. Grayscale: #5F5F5F. Windows color (decimal): -3202944 or 8397007. OLE color: 8397007.
HSL color Cylindrical-coordinate representation of color #CF2080: hue angle of 327.09º 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 #CF2080 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 32 | 128 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.19 |
| HSL | 327.09º | 0.73% | 0.47% | - |
| HSV(B) | 327.09º | 0.85% | 0.81% | - |
| XYZ | 30.14 | 15.86 | 21.89 | - |
| YUV | 95.27 | 146.48 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 128 | 0 | 0.85 | 0.38 | 0.19 | 327.09 | 0.73 | 0.47 |
| Hex | CF | 20 | 80 | 0 | 55 | 26 | 13 | 147 | 49 | 2F |
| Octal | 317 | 40 | 200 | 0 | 125 | 46 | 23 | 507 | 111 | 57 |
| Binary | 11001111 | 100000 | 10000000 | 0 | 1010101 | 100110 | 10011 | 101000111 | 1001001 | 101111 |
Color Harmonies of #CF2080
Complementary color
Monochromatic Colors of #CF2080
Black with #CF2080
Text Example
Text Example
White with #CF2080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2080; }
p { color: rgb(207,32,128); }
H1.HeaderClassName
{
color: #CF2080;
}
.AnyTagClassName
{
color: #CF2080;
}
</style>
background-color css
<style>
a { background-color: #CF2080; }
a { background-color: rgb(207,32,128); }
div.DivClassName
{
background-color: #CF2080;
}
.BgClassName
{
background-color: #CF2080;
}
</style>
border-color css
<style>
span { border-color: #CF2080; }
span { border-color: rgb(207,32,128); }
td.TdClassName
{
border-color: #CF2080;
}
.TagClassName
{
border-color: #CF2080;
}
</style>