Shades of Medium Violet Red #CF2289
Tints of Medium Violet Red #CF2289
RGB
CMYK
RGB Variations
Color information
#CF2289 (or 0xCF2289) is known color: Medium Violet Red. HEX triplet: CF, 22 and 89. RGB value is (207,34,137). Sum of RGB (Red+Green+Blue) = 207+34+137=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 34 (13.67% from 255 or 8.99% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2289 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2289 is #30DD76. Grayscale: #616161. Windows color (decimal): -3202423 or 8987343. OLE color: 8987343.
HSL color Cylindrical-coordinate representation of color #CF2289: hue angle of 324.28º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF2289 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 34 | 137 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.19 |
| HSL | 324.28º | 0.72% | 0.47% | - |
| HSV(B) | 324.28º | 0.84% | 0.81% | - |
| XYZ | 30.82 | 16.22 | 25.17 | - |
| YUV | 97.47 | 150.31 | 206.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 34 | 137 | 0 | 0.84 | 0.34 | 0.19 | 324.28 | 0.72 | 0.47 |
| Hex | CF | 22 | 89 | 0 | 54 | 22 | 13 | 144 | 48 | 2F |
| Octal | 317 | 42 | 211 | 0 | 124 | 42 | 23 | 504 | 110 | 57 |
| Binary | 11001111 | 100010 | 10001001 | 0 | 1010100 | 100010 | 10011 | 101000100 | 1001000 | 101111 |
Color Harmonies of #CF2289
Complementary color
Monochromatic Colors of #CF2289
Black with #CF2289
Text Example
Text Example
White with #CF2289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2289; }
p { color: rgb(207,34,137); }
H1.HeaderClassName
{
color: #CF2289;
}
.AnyTagClassName
{
color: #CF2289;
}
</style>
background-color css
<style>
a { background-color: #CF2289; }
a { background-color: rgb(207,34,137); }
div.DivClassName
{
background-color: #CF2289;
}
.BgClassName
{
background-color: #CF2289;
}
</style>
border-color css
<style>
span { border-color: #CF2289; }
span { border-color: rgb(207,34,137); }
td.TdClassName
{
border-color: #CF2289;
}
.TagClassName
{
border-color: #CF2289;
}
</style>