Shades of Medium Violet Red #CF099F
Tints of Medium Violet Red #CF099F
RGB
CMYK
RGB Variations
Color information
#CF099F (or 0xCF099F) is known color: Medium Violet Red. HEX triplet: CF, 09 and 9F. RGB value is (207,9,159). Sum of RGB (Red+Green+Blue) = 207+9+159=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 9 (3.91% from 255 or 2.4% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF099F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF099F is #30F660. Grayscale: #545454. Windows color (decimal): -3208801 or 10422735. OLE color: 10422735.
HSL color Cylindrical-coordinate representation of color #CF099F: hue angle of 314.55º 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 #CF099F is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 159 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.19 |
| HSL | 314.55º | 0.92% | 0.42% | - |
| HSV(B) | 314.55º | 0.96% | 0.81% | - |
| XYZ | 32.09 | 15.96 | 34.19 | - |
| YUV | 85.3 | 169.6 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 159 | 0 | 0.96 | 0.23 | 0.19 | 314.55 | 0.92 | 0.42 |
| Hex | CF | 9 | 9F | 0 | 60 | 17 | 13 | 13B | 5C | 2A |
| Octal | 317 | 11 | 237 | 0 | 140 | 27 | 23 | 473 | 134 | 52 |
| Binary | 11001111 | 1001 | 10011111 | 0 | 1100000 | 10111 | 10011 | 100111011 | 1011100 | 101010 |
Color Harmonies of #CF099F
Complementary color
Monochromatic Colors of #CF099F
Black with #CF099F
Text Example
Text Example
White with #CF099F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF099F; }
p { color: rgb(207,9,159); }
H1.HeaderClassName
{
color: #CF099F;
}
.AnyTagClassName
{
color: #CF099F;
}
</style>
background-color css
<style>
a { background-color: #CF099F; }
a { background-color: rgb(207,9,159); }
div.DivClassName
{
background-color: #CF099F;
}
.BgClassName
{
background-color: #CF099F;
}
</style>
border-color css
<style>
span { border-color: #CF099F; }
span { border-color: rgb(207,9,159); }
td.TdClassName
{
border-color: #CF099F;
}
.TagClassName
{
border-color: #CF099F;
}
</style>