Shades of Medium Violet Red #CF047C
Tints of Medium Violet Red #CF047C
RGB
CMYK
RGB Variations
Color information
#CF047C (or 0xCF047C) is known color: Medium Violet Red. HEX triplet: CF, 04 and 7C. RGB value is (207,4,124). Sum of RGB (Red+Green+Blue) = 207+4+124=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 4 (1.95% from 255 or 1.19% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF047C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF047C is #30FB83. Grayscale: #4E4E4E. Windows color (decimal): -3210116 or 8127695. OLE color: 8127695.
HSL color Cylindrical-coordinate representation of color #CF047C: hue angle of 324.53º 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 #CF047C is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 124 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.19 |
| HSL | 324.53º | 0.96% | 0.41% | - |
| HSV(B) | 324.53º | 0.98% | 0.81% | - |
| XYZ | 29.41 | 14.81 | 20.38 | - |
| YUV | 78.38 | 153.75 | 219.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 124 | 0 | 0.98 | 0.40 | 0.19 | 324.53 | 0.96 | 0.41 |
| Hex | CF | 4 | 7C | 0 | 62 | 28 | 13 | 145 | 60 | 29 |
| Octal | 317 | 4 | 174 | 0 | 142 | 50 | 23 | 505 | 140 | 51 |
| Binary | 11001111 | 100 | 1111100 | 0 | 1100010 | 101000 | 10011 | 101000101 | 1100000 | 101001 |
Color Harmonies of #CF047C
Complementary color
Monochromatic Colors of #CF047C
Black with #CF047C
Text Example
Text Example
White with #CF047C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF047C; }
p { color: rgb(207,4,124); }
H1.HeaderClassName
{
color: #CF047C;
}
.AnyTagClassName
{
color: #CF047C;
}
</style>
background-color css
<style>
a { background-color: #CF047C; }
a { background-color: rgb(207,4,124); }
div.DivClassName
{
background-color: #CF047C;
}
.BgClassName
{
background-color: #CF047C;
}
</style>
border-color css
<style>
span { border-color: #CF047C; }
span { border-color: rgb(207,4,124); }
td.TdClassName
{
border-color: #CF047C;
}
.TagClassName
{
border-color: #CF047C;
}
</style>