Shades of Medium Violet Red #CF048D
Tints of Medium Violet Red #CF048D
RGB
CMYK
RGB Variations
Color information
#CF048D (or 0xCF048D) is known color: Medium Violet Red. HEX triplet: CF, 04 and 8D. RGB value is (207,4,141). Sum of RGB (Red+Green+Blue) = 207+4+141=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 4 (1.95% from 255 or 1.14% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF048D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF048D is #30FB72. Grayscale: #4F4F4F. Windows color (decimal): -3210099 or 9241807. OLE color: 9241807.
HSL color Cylindrical-coordinate representation of color #CF048D: hue angle of 319.51º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF048D is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 141 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.19 |
| HSL | 319.51º | 0.96% | 0.41% | - |
| HSV(B) | 319.51º | 0.98% | 0.81% | - |
| XYZ | 30.58 | 15.28 | 26.54 | - |
| YUV | 80.32 | 162.25 | 218.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 141 | 0 | 0.98 | 0.32 | 0.19 | 319.51 | 0.96 | 0.41 |
| Hex | CF | 4 | 8D | 0 | 62 | 20 | 13 | 140 | 60 | 29 |
| Octal | 317 | 4 | 215 | 0 | 142 | 40 | 23 | 500 | 140 | 51 |
| Binary | 11001111 | 100 | 10001101 | 0 | 1100010 | 100000 | 10011 | 101000000 | 1100000 | 101001 |
Color Harmonies of #CF048D
Complementary color
Monochromatic Colors of #CF048D
Black with #CF048D
Text Example
Text Example
White with #CF048D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF048D; }
p { color: rgb(207,4,141); }
H1.HeaderClassName
{
color: #CF048D;
}
.AnyTagClassName
{
color: #CF048D;
}
</style>
background-color css
<style>
a { background-color: #CF048D; }
a { background-color: rgb(207,4,141); }
div.DivClassName
{
background-color: #CF048D;
}
.BgClassName
{
background-color: #CF048D;
}
</style>
border-color css
<style>
span { border-color: #CF048D; }
span { border-color: rgb(207,4,141); }
td.TdClassName
{
border-color: #CF048D;
}
.TagClassName
{
border-color: #CF048D;
}
</style>