Shades of Medium Violet Red #CF019E
Tints of Medium Violet Red #CF019E
RGB
CMYK
RGB Variations
Color information
#CF019E (or 0xCF019E) is known color: Medium Violet Red. HEX triplet: CF, 01 and 9E. RGB value is (207,1,158). Sum of RGB (Red+Green+Blue) = 207+1+158=366 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.56% from 366); Green value is 1 (0.78% from 255 or 0.27% from 366); Blue value is 158 (62.11% from 255 or 43.17% from 366); Max value from RGB is 207 - color contains mainly: red. Hex color #CF019E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF019E is #30FE61. Grayscale: #505050. Windows color (decimal): -3210850 or 10355151. OLE color: 10355151.
HSL color Cylindrical-coordinate representation of color #CF019E: hue angle of 314.27º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF019E is Cyan = 0, Magento = 1.00, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 1 | 158 | - |
| CMYK | 0 | 1.00 | 0.24 | 0.19 |
| HSL | 314.27º | 0.99% | 0.41% | - |
| HSV(B) | 314.27º | 1% | 0.81% | - |
| XYZ | 31.91 | 15.76 | 33.71 | - |
| YUV | 80.49 | 171.75 | 218.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 158 | 0 | 1.00 | 0.24 | 0.19 | 314.27 | 0.99 | 0.41 |
| Hex | CF | 1 | 9E | 0 | 64 | 18 | 13 | 13A | 63 | 29 |
| Octal | 317 | 1 | 236 | 0 | 144 | 30 | 23 | 472 | 143 | 51 |
| Binary | 11001111 | 1 | 10011110 | 0 | 1100100 | 11000 | 10011 | 100111010 | 1100011 | 101001 |
Color Harmonies of #CF019E
Complementary color
Monochromatic Colors of #CF019E
Black with #CF019E
Text Example
Text Example
White with #CF019E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF019E; }
p { color: rgb(207,1,158); }
H1.HeaderClassName
{
color: #CF019E;
}
.AnyTagClassName
{
color: #CF019E;
}
</style>
background-color css
<style>
a { background-color: #CF019E; }
a { background-color: rgb(207,1,158); }
div.DivClassName
{
background-color: #CF019E;
}
.BgClassName
{
background-color: #CF019E;
}
</style>
border-color css
<style>
span { border-color: #CF019E; }
span { border-color: rgb(207,1,158); }
td.TdClassName
{
border-color: #CF019E;
}
.TagClassName
{
border-color: #CF019E;
}
</style>