Shades of Medium Violet Red #CF047D
Tints of Medium Violet Red #CF047D
RGB
CMYK
RGB Variations
Color information
#CF047D (or 0xCF047D) is known color: Medium Violet Red. HEX triplet: CF, 04 and 7D. RGB value is (207,4,125). Sum of RGB (Red+Green+Blue) = 207+4+125=336 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.61% from 336); Green value is 4 (1.95% from 255 or 1.19% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 207 - color contains mainly: red. Hex color #CF047D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF047D is #30FB82. Grayscale: #4E4E4E. Windows color (decimal): -3210115 or 8193231. OLE color: 8193231.
HSL color Cylindrical-coordinate representation of color #CF047D: hue angle of 324.24º 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 #CF047D is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 125 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.19 |
| HSL | 324.24º | 0.96% | 0.41% | - |
| HSV(B) | 324.24º | 0.98% | 0.81% | - |
| XYZ | 29.48 | 14.83 | 20.71 | - |
| YUV | 78.49 | 154.25 | 219.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 125 | 0 | 0.98 | 0.40 | 0.19 | 324.24 | 0.96 | 0.41 |
| Hex | CF | 4 | 7D | 0 | 62 | 28 | 13 | 144 | 60 | 29 |
| Octal | 317 | 4 | 175 | 0 | 142 | 50 | 23 | 504 | 140 | 51 |
| Binary | 11001111 | 100 | 1111101 | 0 | 1100010 | 101000 | 10011 | 101000100 | 1100000 | 101001 |
Color Harmonies of #CF047D
Complementary color
Monochromatic Colors of #CF047D
Black with #CF047D
Text Example
Text Example
White with #CF047D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF047D; }
p { color: rgb(207,4,125); }
H1.HeaderClassName
{
color: #CF047D;
}
.AnyTagClassName
{
color: #CF047D;
}
</style>
background-color css
<style>
a { background-color: #CF047D; }
a { background-color: rgb(207,4,125); }
div.DivClassName
{
background-color: #CF047D;
}
.BgClassName
{
background-color: #CF047D;
}
</style>
border-color css
<style>
span { border-color: #CF047D; }
span { border-color: rgb(207,4,125); }
td.TdClassName
{
border-color: #CF047D;
}
.TagClassName
{
border-color: #CF047D;
}
</style>