Shades of Medium Violet Red #CF047A
Tints of Medium Violet Red #CF047A
RGB
CMYK
RGB Variations
Color information
#CF047A (or 0xCF047A) is known color: Medium Violet Red. HEX triplet: CF, 04 and 7A. RGB value is (207,4,122). Sum of RGB (Red+Green+Blue) = 207+4+122=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 4 (1.95% from 255 or 1.20% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF047A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF047A is #30FB85. Grayscale: #4D4D4D. Windows color (decimal): -3210118 or 7996623. OLE color: 7996623.
HSL color Cylindrical-coordinate representation of color #CF047A: hue angle of 325.12º 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 #CF047A is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 122 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.19 |
| HSL | 325.12º | 0.96% | 0.41% | - |
| HSV(B) | 325.12º | 0.98% | 0.81% | - |
| XYZ | 29.29 | 14.76 | 19.72 | - |
| YUV | 78.15 | 152.75 | 219.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 122 | 0 | 0.98 | 0.41 | 0.19 | 325.12 | 0.96 | 0.41 |
| Hex | CF | 4 | 7A | 0 | 62 | 29 | 13 | 145 | 60 | 29 |
| Octal | 317 | 4 | 172 | 0 | 142 | 51 | 23 | 505 | 140 | 51 |
| Binary | 11001111 | 100 | 1111010 | 0 | 1100010 | 101001 | 10011 | 101000101 | 1100000 | 101001 |
Color Harmonies of #CF047A
Complementary color
Monochromatic Colors of #CF047A
Black with #CF047A
Text Example
Text Example
White with #CF047A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF047A; }
p { color: rgb(207,4,122); }
H1.HeaderClassName
{
color: #CF047A;
}
.AnyTagClassName
{
color: #CF047A;
}
</style>
background-color css
<style>
a { background-color: #CF047A; }
a { background-color: rgb(207,4,122); }
div.DivClassName
{
background-color: #CF047A;
}
.BgClassName
{
background-color: #CF047A;
}
</style>
border-color css
<style>
span { border-color: #CF047A; }
span { border-color: rgb(207,4,122); }
td.TdClassName
{
border-color: #CF047A;
}
.TagClassName
{
border-color: #CF047A;
}
</style>