Shades of Medium Violet Red #CF0089
Tints of Medium Violet Red #CF0089
RGB
CMYK
RGB Variations
Color information
#CF0089 (or 0xCF0089) is known color: Medium Violet Red. HEX triplet: CF, 00 and 89. RGB value is (207,0,137). Sum of RGB (Red+Green+Blue) = 207+0+137=344 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.17% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 137 (53.91% from 255 or 39.83% from 344); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0089 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0089 is #30FF76. Grayscale: #4D4D4D. Windows color (decimal): -3211127 or 8978639. OLE color: 8978639.
HSL color Cylindrical-coordinate representation of color #CF0089: hue angle of 320.29º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0089 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 137 | - |
| CMYK | 0 | 1 | 0.34 | 0.19 |
| HSL | 320.29º | 1% | 0.41% | - |
| HSV(B) | 320.29º | 1% | 0.81% | - |
| XYZ | 30.25 | 15.07 | 24.98 | - |
| YUV | 77.51 | 161.58 | 220.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 137 | 0 | 1 | 0.34 | 0.19 | 320.29 | 1 | 0.41 |
| Hex | CF | 0 | 89 | 0 | 64 | 22 | 13 | 140 | 64 | 29 |
| Octal | 317 | 0 | 211 | 0 | 144 | 42 | 23 | 500 | 144 | 51 |
| Binary | 11001111 | 0 | 10001001 | 0 | 1100100 | 100010 | 10011 | 101000000 | 1100100 | 101001 |
Color Harmonies of #CF0089
Complementary color
Monochromatic Colors of #CF0089
Black with #CF0089
Text Example
Text Example
White with #CF0089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0089; }
p { color: rgb(207,0,137); }
H1.HeaderClassName
{
color: #CF0089;
}
.AnyTagClassName
{
color: #CF0089;
}
</style>
background-color css
<style>
a { background-color: #CF0089; }
a { background-color: rgb(207,0,137); }
div.DivClassName
{
background-color: #CF0089;
}
.BgClassName
{
background-color: #CF0089;
}
</style>
border-color css
<style>
span { border-color: #CF0089; }
span { border-color: rgb(207,0,137); }
td.TdClassName
{
border-color: #CF0089;
}
.TagClassName
{
border-color: #CF0089;
}
</style>