Shades of Medium Violet Red #CF047F
Tints of Medium Violet Red #CF047F
RGB
CMYK
RGB Variations
Color information
#CF047F (or 0xCF047F) is known color: Medium Violet Red. HEX triplet: CF, 04 and 7F. RGB value is (207,4,127). Sum of RGB (Red+Green+Blue) = 207+4+127=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 4 (1.95% from 255 or 1.18% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF047F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF047F is #30FB80. Grayscale: #4E4E4E. Windows color (decimal): -3210113 or 8324303. OLE color: 8324303.
HSL color Cylindrical-coordinate representation of color #CF047F: hue angle of 323.65º 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 #CF047F is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 127 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.19 |
| HSL | 323.65º | 0.96% | 0.41% | - |
| HSV(B) | 323.65º | 0.98% | 0.81% | - |
| XYZ | 29.61 | 14.88 | 21.39 | - |
| YUV | 78.72 | 155.25 | 219.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 127 | 0 | 0.98 | 0.39 | 0.19 | 323.65 | 0.96 | 0.41 |
| Hex | CF | 4 | 7F | 0 | 62 | 27 | 13 | 144 | 60 | 29 |
| Octal | 317 | 4 | 177 | 0 | 142 | 47 | 23 | 504 | 140 | 51 |
| Binary | 11001111 | 100 | 1111111 | 0 | 1100010 | 100111 | 10011 | 101000100 | 1100000 | 101001 |
Color Harmonies of #CF047F
Complementary color
Monochromatic Colors of #CF047F
Black with #CF047F
Text Example
Text Example
White with #CF047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF047F; }
p { color: rgb(207,4,127); }
H1.HeaderClassName
{
color: #CF047F;
}
.AnyTagClassName
{
color: #CF047F;
}
</style>
background-color css
<style>
a { background-color: #CF047F; }
a { background-color: rgb(207,4,127); }
div.DivClassName
{
background-color: #CF047F;
}
.BgClassName
{
background-color: #CF047F;
}
</style>
border-color css
<style>
span { border-color: #CF047F; }
span { border-color: rgb(207,4,127); }
td.TdClassName
{
border-color: #CF047F;
}
.TagClassName
{
border-color: #CF047F;
}
</style>