Shades of Medium Violet Red #CF048E
Tints of Medium Violet Red #CF048E
RGB
CMYK
RGB Variations
Color information
#CF048E (or 0xCF048E) is known color: Medium Violet Red. HEX triplet: CF, 04 and 8E. RGB value is (207,4,142). Sum of RGB (Red+Green+Blue) = 207+4+142=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 4 (1.95% from 255 or 1.13% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF048E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF048E is #30FB71. Grayscale: #505050. Windows color (decimal): -3210098 or 9307343. OLE color: 9307343.
HSL color Cylindrical-coordinate representation of color #CF048E: hue angle of 319.21º 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 #CF048E is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 142 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.19 |
| HSL | 319.21º | 0.96% | 0.41% | - |
| HSV(B) | 319.21º | 0.98% | 0.81% | - |
| XYZ | 30.66 | 15.31 | 26.93 | - |
| YUV | 80.43 | 162.75 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 142 | 0 | 0.98 | 0.31 | 0.19 | 319.21 | 0.96 | 0.41 |
| Hex | CF | 4 | 8E | 0 | 62 | 1F | 13 | 13F | 60 | 29 |
| Octal | 317 | 4 | 216 | 0 | 142 | 37 | 23 | 477 | 140 | 51 |
| Binary | 11001111 | 100 | 10001110 | 0 | 1100010 | 11111 | 10011 | 100111111 | 1100000 | 101001 |
Color Harmonies of #CF048E
Complementary color
Monochromatic Colors of #CF048E
Black with #CF048E
Text Example
Text Example
White with #CF048E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF048E; }
p { color: rgb(207,4,142); }
H1.HeaderClassName
{
color: #CF048E;
}
.AnyTagClassName
{
color: #CF048E;
}
</style>
background-color css
<style>
a { background-color: #CF048E; }
a { background-color: rgb(207,4,142); }
div.DivClassName
{
background-color: #CF048E;
}
.BgClassName
{
background-color: #CF048E;
}
</style>
border-color css
<style>
span { border-color: #CF048E; }
span { border-color: rgb(207,4,142); }
td.TdClassName
{
border-color: #CF048E;
}
.TagClassName
{
border-color: #CF048E;
}
</style>