Shades of Medium Violet Red #CF098E
Tints of Medium Violet Red #CF098E
RGB
CMYK
RGB Variations
Color information
#CF098E (or 0xCF098E) is known color: Medium Violet Red. HEX triplet: CF, 09 and 8E. RGB value is (207,9,142). Sum of RGB (Red+Green+Blue) = 207+9+142=358 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.82% from 358); Green value is 9 (3.91% from 255 or 2.51% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 207 - color contains mainly: red. Hex color #CF098E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF098E is #30F671. Grayscale: #535353. Windows color (decimal): -3208818 or 9308623. OLE color: 9308623.
HSL color Cylindrical-coordinate representation of color #CF098E: hue angle of 319.7º 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 #CF098E is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 142 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.19 |
| HSL | 319.7º | 0.92% | 0.42% | - |
| HSV(B) | 319.7º | 0.96% | 0.81% | - |
| XYZ | 30.71 | 15.41 | 26.95 | - |
| YUV | 83.36 | 161.1 | 216.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 142 | 0 | 0.96 | 0.31 | 0.19 | 319.7 | 0.92 | 0.42 |
| Hex | CF | 9 | 8E | 0 | 60 | 1F | 13 | 140 | 5C | 2A |
| Octal | 317 | 11 | 216 | 0 | 140 | 37 | 23 | 500 | 134 | 52 |
| Binary | 11001111 | 1001 | 10001110 | 0 | 1100000 | 11111 | 10011 | 101000000 | 1011100 | 101010 |
Color Harmonies of #CF098E
Complementary color
Monochromatic Colors of #CF098E
Black with #CF098E
Text Example
Text Example
White with #CF098E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF098E; }
p { color: rgb(207,9,142); }
H1.HeaderClassName
{
color: #CF098E;
}
.AnyTagClassName
{
color: #CF098E;
}
</style>
background-color css
<style>
a { background-color: #CF098E; }
a { background-color: rgb(207,9,142); }
div.DivClassName
{
background-color: #CF098E;
}
.BgClassName
{
background-color: #CF098E;
}
</style>
border-color css
<style>
span { border-color: #CF098E; }
span { border-color: rgb(207,9,142); }
td.TdClassName
{
border-color: #CF098E;
}
.TagClassName
{
border-color: #CF098E;
}
</style>