Shades of Medium Violet Red #CF018E
Tints of Medium Violet Red #CF018E
RGB
CMYK
RGB Variations
Color information
#CF018E (or 0xCF018E) is known color: Medium Violet Red. HEX triplet: CF, 01 and 8E. RGB value is (207,1,142). Sum of RGB (Red+Green+Blue) = 207+1+142=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF018E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF018E is #30FE71. Grayscale: #4E4E4E. Windows color (decimal): -3210866 or 9306575. OLE color: 9306575.
HSL color Cylindrical-coordinate representation of color #CF018E: hue angle of 318.93º 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 #CF018E is Cyan = 0, Magento = 1.00, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 1 | 142 | - |
| CMYK | 0 | 1.00 | 0.31 | 0.19 |
| HSL | 318.93º | 0.99% | 0.41% | - |
| HSV(B) | 318.93º | 1% | 0.81% | - |
| XYZ | 30.63 | 15.24 | 26.92 | - |
| YUV | 78.67 | 163.75 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 142 | 0 | 1.00 | 0.31 | 0.19 | 318.93 | 0.99 | 0.41 |
| Hex | CF | 1 | 8E | 0 | 64 | 1F | 13 | 13F | 63 | 29 |
| Octal | 317 | 1 | 216 | 0 | 144 | 37 | 23 | 477 | 143 | 51 |
| Binary | 11001111 | 1 | 10001110 | 0 | 1100100 | 11111 | 10011 | 100111111 | 1100011 | 101001 |
Color Harmonies of #CF018E
Complementary color
Monochromatic Colors of #CF018E
Black with #CF018E
Text Example
Text Example
White with #CF018E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF018E; }
p { color: rgb(207,1,142); }
H1.HeaderClassName
{
color: #CF018E;
}
.AnyTagClassName
{
color: #CF018E;
}
</style>
background-color css
<style>
a { background-color: #CF018E; }
a { background-color: rgb(207,1,142); }
div.DivClassName
{
background-color: #CF018E;
}
.BgClassName
{
background-color: #CF018E;
}
</style>
border-color css
<style>
span { border-color: #CF018E; }
span { border-color: rgb(207,1,142); }
td.TdClassName
{
border-color: #CF018E;
}
.TagClassName
{
border-color: #CF018E;
}
</style>