Shades of Medium Violet Red #CF2075
Tints of Medium Violet Red #CF2075
RGB
CMYK
RGB Variations
Color information
#CF2075 (or 0xCF2075) is known color: Medium Violet Red. HEX triplet: CF, 20 and 75. RGB value is (207,32,117). Sum of RGB (Red+Green+Blue) = 207+32+117=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2075 is #30DF8A. Grayscale: #5D5D5D. Windows color (decimal): -3202955 or 7676111. OLE color: 7676111.
HSL color Cylindrical-coordinate representation of color #CF2075: hue angle of 330.86º 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 #CF2075 is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 32 | 117 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.19 |
| HSL | 330.86º | 0.73% | 0.47% | - |
| HSV(B) | 330.86º | 0.85% | 0.81% | - |
| XYZ | 29.46 | 15.58 | 18.28 | - |
| YUV | 94.02 | 140.98 | 208.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 117 | 0 | 0.85 | 0.43 | 0.19 | 330.86 | 0.73 | 0.47 |
| Hex | CF | 20 | 75 | 0 | 55 | 2B | 13 | 14B | 49 | 2F |
| Octal | 317 | 40 | 165 | 0 | 125 | 53 | 23 | 513 | 111 | 57 |
| Binary | 11001111 | 100000 | 1110101 | 0 | 1010101 | 101011 | 10011 | 101001011 | 1001001 | 101111 |
Color Harmonies of #CF2075
Complementary color
Monochromatic Colors of #CF2075
Black with #CF2075
Text Example
Text Example
White with #CF2075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2075; }
p { color: rgb(207,32,117); }
H1.HeaderClassName
{
color: #CF2075;
}
.AnyTagClassName
{
color: #CF2075;
}
</style>
background-color css
<style>
a { background-color: #CF2075; }
a { background-color: rgb(207,32,117); }
div.DivClassName
{
background-color: #CF2075;
}
.BgClassName
{
background-color: #CF2075;
}
</style>
border-color css
<style>
span { border-color: #CF2075; }
span { border-color: rgb(207,32,117); }
td.TdClassName
{
border-color: #CF2075;
}
.TagClassName
{
border-color: #CF2075;
}
</style>