Shades of Medium Violet Red #CF049E
Tints of Medium Violet Red #CF049E
RGB
CMYK
RGB Variations
Color information
#CF049E (or 0xCF049E) is known color: Medium Violet Red. HEX triplet: CF, 04 and 9E. RGB value is (207,4,158). Sum of RGB (Red+Green+Blue) = 207+4+158=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 4 (1.95% from 255 or 1.08% from 369); Blue value is 158 (62.11% from 255 or 42.82% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF049E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF049E is #30FB61. Grayscale: #515151. Windows color (decimal): -3210082 or 10355919. OLE color: 10355919.
HSL color Cylindrical-coordinate representation of color #CF049E: hue angle of 314.48º 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 #CF049E is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 158 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.19 |
| HSL | 314.48º | 0.96% | 0.41% | - |
| HSV(B) | 314.48º | 0.98% | 0.81% | - |
| XYZ | 31.95 | 15.82 | 33.72 | - |
| YUV | 82.25 | 170.75 | 216.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 158 | 0 | 0.98 | 0.24 | 0.19 | 314.48 | 0.96 | 0.41 |
| Hex | CF | 4 | 9E | 0 | 62 | 18 | 13 | 13A | 60 | 29 |
| Octal | 317 | 4 | 236 | 0 | 142 | 30 | 23 | 472 | 140 | 51 |
| Binary | 11001111 | 100 | 10011110 | 0 | 1100010 | 11000 | 10011 | 100111010 | 1100000 | 101001 |
Color Harmonies of #CF049E
Complementary color
Monochromatic Colors of #CF049E
Black with #CF049E
Text Example
Text Example
White with #CF049E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF049E; }
p { color: rgb(207,4,158); }
H1.HeaderClassName
{
color: #CF049E;
}
.AnyTagClassName
{
color: #CF049E;
}
</style>
background-color css
<style>
a { background-color: #CF049E; }
a { background-color: rgb(207,4,158); }
div.DivClassName
{
background-color: #CF049E;
}
.BgClassName
{
background-color: #CF049E;
}
</style>
border-color css
<style>
span { border-color: #CF049E; }
span { border-color: rgb(207,4,158); }
td.TdClassName
{
border-color: #CF049E;
}
.TagClassName
{
border-color: #CF049E;
}
</style>