Shades of Medium Violet Red #CF099E
Tints of Medium Violet Red #CF099E
RGB
CMYK
RGB Variations
Color information
#CF099E (or 0xCF099E) is known color: Medium Violet Red. HEX triplet: CF, 09 and 9E. RGB value is (207,9,158). Sum of RGB (Red+Green+Blue) = 207+9+158=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 9 (3.91% from 255 or 2.41% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF099E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF099E is #30F661. Grayscale: #545454. Windows color (decimal): -3208802 or 10357199. OLE color: 10357199.
HSL color Cylindrical-coordinate representation of color #CF099E: hue angle of 314.85º 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 #CF099E is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 158 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.19 |
| HSL | 314.85º | 0.92% | 0.42% | - |
| HSV(B) | 314.85º | 0.96% | 0.81% | - |
| XYZ | 32 | 15.93 | 33.74 | - |
| YUV | 85.19 | 169.1 | 214.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 158 | 0 | 0.96 | 0.24 | 0.19 | 314.85 | 0.92 | 0.42 |
| Hex | CF | 9 | 9E | 0 | 60 | 18 | 13 | 13B | 5C | 2A |
| Octal | 317 | 11 | 236 | 0 | 140 | 30 | 23 | 473 | 134 | 52 |
| Binary | 11001111 | 1001 | 10011110 | 0 | 1100000 | 11000 | 10011 | 100111011 | 1011100 | 101010 |
Color Harmonies of #CF099E
Complementary color
Monochromatic Colors of #CF099E
Black with #CF099E
Text Example
Text Example
White with #CF099E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF099E; }
p { color: rgb(207,9,158); }
H1.HeaderClassName
{
color: #CF099E;
}
.AnyTagClassName
{
color: #CF099E;
}
</style>
background-color css
<style>
a { background-color: #CF099E; }
a { background-color: rgb(207,9,158); }
div.DivClassName
{
background-color: #CF099E;
}
.BgClassName
{
background-color: #CF099E;
}
</style>
border-color css
<style>
span { border-color: #CF099E; }
span { border-color: rgb(207,9,158); }
td.TdClassName
{
border-color: #CF099E;
}
.TagClassName
{
border-color: #CF099E;
}
</style>