Shades of Medium Violet Red #CF047E
Tints of Medium Violet Red #CF047E
RGB
CMYK
RGB Variations
Color information
#CF047E (or 0xCF047E) is known color: Medium Violet Red. HEX triplet: CF, 04 and 7E. RGB value is (207,4,126). Sum of RGB (Red+Green+Blue) = 207+4+126=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 4 (1.95% from 255 or 1.19% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF047E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF047E is #30FB81. Grayscale: #4E4E4E. Windows color (decimal): -3210114 or 8258767. OLE color: 8258767.
HSL color Cylindrical-coordinate representation of color #CF047E: hue angle of 323.94º 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 #CF047E is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 126 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.19 |
| HSL | 323.94º | 0.96% | 0.41% | - |
| HSV(B) | 323.94º | 0.98% | 0.81% | - |
| XYZ | 29.54 | 14.86 | 21.05 | - |
| YUV | 78.61 | 154.75 | 219.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 126 | 0 | 0.98 | 0.39 | 0.19 | 323.94 | 0.96 | 0.41 |
| Hex | CF | 4 | 7E | 0 | 62 | 27 | 13 | 144 | 60 | 29 |
| Octal | 317 | 4 | 176 | 0 | 142 | 47 | 23 | 504 | 140 | 51 |
| Binary | 11001111 | 100 | 1111110 | 0 | 1100010 | 100111 | 10011 | 101000100 | 1100000 | 101001 |
Color Harmonies of #CF047E
Complementary color
Monochromatic Colors of #CF047E
Black with #CF047E
Text Example
Text Example
White with #CF047E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF047E; }
p { color: rgb(207,4,126); }
H1.HeaderClassName
{
color: #CF047E;
}
.AnyTagClassName
{
color: #CF047E;
}
</style>
background-color css
<style>
a { background-color: #CF047E; }
a { background-color: rgb(207,4,126); }
div.DivClassName
{
background-color: #CF047E;
}
.BgClassName
{
background-color: #CF047E;
}
</style>
border-color css
<style>
span { border-color: #CF047E; }
span { border-color: rgb(207,4,126); }
td.TdClassName
{
border-color: #CF047E;
}
.TagClassName
{
border-color: #CF047E;
}
</style>