Shades of Medium Violet Red #CF2070
Tints of Medium Violet Red #CF2070
RGB
CMYK
RGB Variations
Color information
#CF2070 (or 0xCF2070) is known color: Medium Violet Red. HEX triplet: CF, 20 and 70. RGB value is (207,32,112). Sum of RGB (Red+Green+Blue) = 207+32+112=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2070 is #30DF8F. Grayscale: #5D5D5D. Windows color (decimal): -3202960 or 7348431. OLE color: 7348431.
HSL color Cylindrical-coordinate representation of color #CF2070: hue angle of 332.57º 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 #CF2070 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 32 | 112 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.19 |
| HSL | 332.57º | 0.73% | 0.47% | - |
| HSV(B) | 332.57º | 0.85% | 0.81% | - |
| XYZ | 29.17 | 15.47 | 16.78 | - |
| YUV | 93.45 | 138.48 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 112 | 0 | 0.85 | 0.46 | 0.19 | 332.57 | 0.73 | 0.47 |
| Hex | CF | 20 | 70 | 0 | 55 | 2E | 13 | 14D | 49 | 2F |
| Octal | 317 | 40 | 160 | 0 | 125 | 56 | 23 | 515 | 111 | 57 |
| Binary | 11001111 | 100000 | 1110000 | 0 | 1010101 | 101110 | 10011 | 101001101 | 1001001 | 101111 |
Color Harmonies of #CF2070
Complementary color
Monochromatic Colors of #CF2070
Black with #CF2070
Text Example
Text Example
White with #CF2070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2070; }
p { color: rgb(207,32,112); }
H1.HeaderClassName
{
color: #CF2070;
}
.AnyTagClassName
{
color: #CF2070;
}
</style>
background-color css
<style>
a { background-color: #CF2070; }
a { background-color: rgb(207,32,112); }
div.DivClassName
{
background-color: #CF2070;
}
.BgClassName
{
background-color: #CF2070;
}
</style>
border-color css
<style>
span { border-color: #CF2070; }
span { border-color: rgb(207,32,112); }
td.TdClassName
{
border-color: #CF2070;
}
.TagClassName
{
border-color: #CF2070;
}
</style>