Shades of Medium Violet Red #CF098D
Tints of Medium Violet Red #CF098D
RGB
CMYK
RGB Variations
Color information
#CF098D (or 0xCF098D) is known color: Medium Violet Red. HEX triplet: CF, 09 and 8D. RGB value is (207,9,141). Sum of RGB (Red+Green+Blue) = 207+9+141=357 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.98% from 357); Green value is 9 (3.91% from 255 or 2.52% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 207 - color contains mainly: red. Hex color #CF098D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF098D is #30F672. Grayscale: #525252. Windows color (decimal): -3208819 or 9243087. OLE color: 9243087.
HSL color Cylindrical-coordinate representation of color #CF098D: hue angle of 320º degrees, saturation: 0.92, 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 #CF098D is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 141 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.19 |
| HSL | 320º | 0.92% | 0.42% | - |
| HSV(B) | 320º | 0.96% | 0.81% | - |
| XYZ | 30.64 | 15.38 | 26.55 | - |
| YUV | 83.25 | 160.6 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 141 | 0 | 0.96 | 0.32 | 0.19 | 320 | 0.92 | 0.42 |
| Hex | CF | 9 | 8D | 0 | 60 | 20 | 13 | 140 | 5C | 2A |
| Octal | 317 | 11 | 215 | 0 | 140 | 40 | 23 | 500 | 134 | 52 |
| Binary | 11001111 | 1001 | 10001101 | 0 | 1100000 | 100000 | 10011 | 101000000 | 1011100 | 101010 |
Color Harmonies of #CF098D
Complementary color
Monochromatic Colors of #CF098D
Black with #CF098D
Text Example
Text Example
White with #CF098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF098D; }
p { color: rgb(207,9,141); }
H1.HeaderClassName
{
color: #CF098D;
}
.AnyTagClassName
{
color: #CF098D;
}
</style>
background-color css
<style>
a { background-color: #CF098D; }
a { background-color: rgb(207,9,141); }
div.DivClassName
{
background-color: #CF098D;
}
.BgClassName
{
background-color: #CF098D;
}
</style>
border-color css
<style>
span { border-color: #CF098D; }
span { border-color: rgb(207,9,141); }
td.TdClassName
{
border-color: #CF098D;
}
.TagClassName
{
border-color: #CF098D;
}
</style>