Shades of Medium Violet Red #CF009E
Tints of Medium Violet Red #CF009E
RGB
CMYK
RGB Variations
Color information
#CF009E (or 0xCF009E) is known color: Medium Violet Red. HEX triplet: CF, 00 and 9E. RGB value is (207,0,158). Sum of RGB (Red+Green+Blue) = 207+0+158=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF009E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF009E is #30FF61. Grayscale: #4F4F4F. Windows color (decimal): -3211106 or 10354895. OLE color: 10354895.
HSL color Cylindrical-coordinate representation of color #CF009E: hue angle of 314.2º 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 #CF009E is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 158 | - |
| CMYK | 0 | 1 | 0.24 | 0.19 |
| HSL | 314.2º | 1% | 0.41% | - |
| HSV(B) | 314.2º | 1% | 0.81% | - |
| XYZ | 31.9 | 15.73 | 33.7 | - |
| YUV | 79.91 | 172.08 | 218.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 158 | 0 | 1 | 0.24 | 0.19 | 314.2 | 1 | 0.41 |
| Hex | CF | 0 | 9E | 0 | 64 | 18 | 13 | 13A | 64 | 29 |
| Octal | 317 | 0 | 236 | 0 | 144 | 30 | 23 | 472 | 144 | 51 |
| Binary | 11001111 | 0 | 10011110 | 0 | 1100100 | 11000 | 10011 | 100111010 | 1100100 | 101001 |
Color Harmonies of #CF009E
Complementary color
Monochromatic Colors of #CF009E
Black with #CF009E
Text Example
Text Example
White with #CF009E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF009E; }
p { color: rgb(207,0,158); }
H1.HeaderClassName
{
color: #CF009E;
}
.AnyTagClassName
{
color: #CF009E;
}
</style>
background-color css
<style>
a { background-color: #CF009E; }
a { background-color: rgb(207,0,158); }
div.DivClassName
{
background-color: #CF009E;
}
.BgClassName
{
background-color: #CF009E;
}
</style>
border-color css
<style>
span { border-color: #CF009E; }
span { border-color: rgb(207,0,158); }
td.TdClassName
{
border-color: #CF009E;
}
.TagClassName
{
border-color: #CF009E;
}
</style>