Shades of Medium Violet Red #CF018D
Tints of Medium Violet Red #CF018D
RGB
CMYK
RGB Variations
Color information
#CF018D (or 0xCF018D) is known color: Medium Violet Red. HEX triplet: CF, 01 and 8D. RGB value is (207,1,141). Sum of RGB (Red+Green+Blue) = 207+1+141=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 1 (0.78% from 255 or 0.29% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF018D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF018D is #30FE72. Grayscale: #4E4E4E. Windows color (decimal): -3210867 or 9241039. OLE color: 9241039.
HSL color Cylindrical-coordinate representation of color #CF018D: hue angle of 319.22º 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 #CF018D is Cyan = 0, Magento = 1.00, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 1 | 141 | - |
| CMYK | 0 | 1.00 | 0.32 | 0.19 |
| HSL | 319.22º | 0.99% | 0.41% | - |
| HSV(B) | 319.22º | 1% | 0.81% | - |
| XYZ | 30.55 | 15.21 | 26.52 | - |
| YUV | 78.55 | 163.25 | 219.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 1 | 141 | 0 | 1.00 | 0.32 | 0.19 | 319.22 | 0.99 | 0.41 |
| Hex | CF | 1 | 8D | 0 | 64 | 20 | 13 | 13F | 63 | 29 |
| Octal | 317 | 1 | 215 | 0 | 144 | 40 | 23 | 477 | 143 | 51 |
| Binary | 11001111 | 1 | 10001101 | 0 | 1100100 | 100000 | 10011 | 100111111 | 1100011 | 101001 |
Color Harmonies of #CF018D
Complementary color
Monochromatic Colors of #CF018D
Black with #CF018D
Text Example
Text Example
White with #CF018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF018D; }
p { color: rgb(207,1,141); }
H1.HeaderClassName
{
color: #CF018D;
}
.AnyTagClassName
{
color: #CF018D;
}
</style>
background-color css
<style>
a { background-color: #CF018D; }
a { background-color: rgb(207,1,141); }
div.DivClassName
{
background-color: #CF018D;
}
.BgClassName
{
background-color: #CF018D;
}
</style>
border-color css
<style>
span { border-color: #CF018D; }
span { border-color: rgb(207,1,141); }
td.TdClassName
{
border-color: #CF018D;
}
.TagClassName
{
border-color: #CF018D;
}
</style>