Shades of Medium Violet Red #CF0889
Tints of Medium Violet Red #CF0889
RGB
CMYK
RGB Variations
Color information
#CF0889 (or 0xCF0889) is known color: Medium Violet Red. HEX triplet: CF, 08 and 89. RGB value is (207,8,137). Sum of RGB (Red+Green+Blue) = 207+8+137=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 8 (3.52% from 255 or 2.27% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0889 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0889 is #30F776. Grayscale: #515151. Windows color (decimal): -3209079 or 8980687. OLE color: 8980687.
HSL color Cylindrical-coordinate representation of color #CF0889: hue angle of 321.11º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF0889 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 8 | 137 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.19 |
| HSL | 321.11º | 0.93% | 0.42% | - |
| HSV(B) | 321.11º | 0.96% | 0.81% | - |
| XYZ | 30.33 | 15.25 | 25.01 | - |
| YUV | 82.21 | 158.93 | 217.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 137 | 0 | 0.96 | 0.34 | 0.19 | 321.11 | 0.93 | 0.42 |
| Hex | CF | 8 | 89 | 0 | 60 | 22 | 13 | 141 | 5D | 2A |
| Octal | 317 | 10 | 211 | 0 | 140 | 42 | 23 | 501 | 135 | 52 |
| Binary | 11001111 | 1000 | 10001001 | 0 | 1100000 | 100010 | 10011 | 101000001 | 1011101 | 101010 |
Color Harmonies of #CF0889
Complementary color
Monochromatic Colors of #CF0889
Black with #CF0889
Text Example
Text Example
White with #CF0889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0889; }
p { color: rgb(207,8,137); }
H1.HeaderClassName
{
color: #CF0889;
}
.AnyTagClassName
{
color: #CF0889;
}
</style>
background-color css
<style>
a { background-color: #CF0889; }
a { background-color: rgb(207,8,137); }
div.DivClassName
{
background-color: #CF0889;
}
.BgClassName
{
background-color: #CF0889;
}
</style>
border-color css
<style>
span { border-color: #CF0889; }
span { border-color: rgb(207,8,137); }
td.TdClassName
{
border-color: #CF0889;
}
.TagClassName
{
border-color: #CF0889;
}
</style>