Shades of Medium Violet Red #CF2087
Tints of Medium Violet Red #CF2087
RGB
CMYK
RGB Variations
Color information
#CF2087 (or 0xCF2087) is known color: Medium Violet Red. HEX triplet: CF, 20 and 87. RGB value is (207,32,135). Sum of RGB (Red+Green+Blue) = 207+32+135=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 32 (12.89% from 255 or 8.56% from 374); Blue value is 135 (53.12% from 255 or 36.10% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2087 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2087 is #30DF78. Grayscale: #5F5F5F. Windows color (decimal): -3202937 or 8855759. OLE color: 8855759.
HSL color Cylindrical-coordinate representation of color #CF2087: hue angle of 324.69º 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 #CF2087 is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 32 | 135 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.19 |
| HSL | 324.69º | 0.73% | 0.47% | - |
| HSV(B) | 324.69º | 0.85% | 0.81% | - |
| XYZ | 30.62 | 16.05 | 24.41 | - |
| YUV | 96.07 | 149.98 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 32 | 135 | 0 | 0.85 | 0.35 | 0.19 | 324.69 | 0.73 | 0.47 |
| Hex | CF | 20 | 87 | 0 | 55 | 23 | 13 | 145 | 49 | 2F |
| Octal | 317 | 40 | 207 | 0 | 125 | 43 | 23 | 505 | 111 | 57 |
| Binary | 11001111 | 100000 | 10000111 | 0 | 1010101 | 100011 | 10011 | 101000101 | 1001001 | 101111 |
Color Harmonies of #CF2087
Complementary color
Monochromatic Colors of #CF2087
Black with #CF2087
Text Example
Text Example
White with #CF2087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2087; }
p { color: rgb(207,32,135); }
H1.HeaderClassName
{
color: #CF2087;
}
.AnyTagClassName
{
color: #CF2087;
}
</style>
background-color css
<style>
a { background-color: #CF2087; }
a { background-color: rgb(207,32,135); }
div.DivClassName
{
background-color: #CF2087;
}
.BgClassName
{
background-color: #CF2087;
}
</style>
border-color css
<style>
span { border-color: #CF2087; }
span { border-color: rgb(207,32,135); }
td.TdClassName
{
border-color: #CF2087;
}
.TagClassName
{
border-color: #CF2087;
}
</style>