Shades of Medium Violet Red #CF0794
Tints of Medium Violet Red #CF0794
RGB
CMYK
RGB Variations
Color information
#CF0794 (or 0xCF0794) is known color: Medium Violet Red. HEX triplet: CF, 07 and 94. RGB value is (207,7,148). Sum of RGB (Red+Green+Blue) = 207+7+148=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 7 (3.12% from 255 or 1.93% from 362); Blue value is 148 (58.20% from 255 or 40.88% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0794 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0794 is #30F86B. Grayscale: #525252. Windows color (decimal): -3209324 or 9701327. OLE color: 9701327.
HSL color Cylindrical-coordinate representation of color #CF0794: hue angle of 317.7º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF0794 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 7 | 148 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.19 |
| HSL | 317.7º | 0.93% | 0.42% | - |
| HSV(B) | 317.7º | 0.97% | 0.81% | - |
| XYZ | 31.15 | 15.56 | 29.38 | - |
| YUV | 82.87 | 164.76 | 216.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 7 | 148 | 0 | 0.97 | 0.29 | 0.19 | 317.7 | 0.93 | 0.42 |
| Hex | CF | 7 | 94 | 0 | 61 | 1D | 13 | 13E | 5D | 2A |
| Octal | 317 | 7 | 224 | 0 | 141 | 35 | 23 | 476 | 135 | 52 |
| Binary | 11001111 | 111 | 10010100 | 0 | 1100001 | 11101 | 10011 | 100111110 | 1011101 | 101010 |
Color Harmonies of #CF0794
Complementary color
Monochromatic Colors of #CF0794
Black with #CF0794
Text Example
Text Example
White with #CF0794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0794; }
p { color: rgb(207,7,148); }
H1.HeaderClassName
{
color: #CF0794;
}
.AnyTagClassName
{
color: #CF0794;
}
</style>
background-color css
<style>
a { background-color: #CF0794; }
a { background-color: rgb(207,7,148); }
div.DivClassName
{
background-color: #CF0794;
}
.BgClassName
{
background-color: #CF0794;
}
</style>
border-color css
<style>
span { border-color: #CF0794; }
span { border-color: rgb(207,7,148); }
td.TdClassName
{
border-color: #CF0794;
}
.TagClassName
{
border-color: #CF0794;
}
</style>