Shades of Medium Violet Red #CF0489
Tints of Medium Violet Red #CF0489
RGB
CMYK
RGB Variations
Color information
#CF0489 (or 0xCF0489) is known color: Medium Violet Red. HEX triplet: CF, 04 and 89. RGB value is (207,4,137). Sum of RGB (Red+Green+Blue) = 207+4+137=348 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.48% from 348); Green value is 4 (1.95% from 255 or 1.15% from 348); Blue value is 137 (53.91% from 255 or 39.37% from 348); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0489 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0489 is #30FB76. Grayscale: #4F4F4F. Windows color (decimal): -3210103 or 8979663. OLE color: 8979663.
HSL color Cylindrical-coordinate representation of color #CF0489: hue angle of 320.69º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF0489 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 137 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.19 |
| HSL | 320.69º | 0.96% | 0.41% | - |
| HSV(B) | 320.69º | 0.98% | 0.81% | - |
| XYZ | 30.29 | 15.16 | 25 | - |
| YUV | 79.86 | 160.25 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 137 | 0 | 0.98 | 0.34 | 0.19 | 320.69 | 0.96 | 0.41 |
| Hex | CF | 4 | 89 | 0 | 62 | 22 | 13 | 141 | 60 | 29 |
| Octal | 317 | 4 | 211 | 0 | 142 | 42 | 23 | 501 | 140 | 51 |
| Binary | 11001111 | 100 | 10001001 | 0 | 1100010 | 100010 | 10011 | 101000001 | 1100000 | 101001 |
Color Harmonies of #CF0489
Complementary color
Monochromatic Colors of #CF0489
Black with #CF0489
Text Example
Text Example
White with #CF0489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0489; }
p { color: rgb(207,4,137); }
H1.HeaderClassName
{
color: #CF0489;
}
.AnyTagClassName
{
color: #CF0489;
}
</style>
background-color css
<style>
a { background-color: #CF0489; }
a { background-color: rgb(207,4,137); }
div.DivClassName
{
background-color: #CF0489;
}
.BgClassName
{
background-color: #CF0489;
}
</style>
border-color css
<style>
span { border-color: #CF0489; }
span { border-color: rgb(207,4,137); }
td.TdClassName
{
border-color: #CF0489;
}
.TagClassName
{
border-color: #CF0489;
}
</style>